Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 1997 21:42:10 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        Scott.Blachowicz@seaslug.org, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/3647
Message-ID:  <199706040442.VAA06870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: new port of nmh-0.14

State-Changed-From-To: open-closed
State-Changed-By: asami
State-Changed-When: Tue Jun 3 21:40:53 PDT 1997
State-Changed-Why: 

Thanks, committed.  Changes:

===
diff -ru nmh-port/Makefile nmh-port.new/Makefile
--- nmh-port/Makefile	Tue May 20 21:20:13 1997
+++ nmh-port.new/Makefile	Tue Jun  3 21:27:09 1997
@@ -3,7 +3,7 @@
 # Date created:		20 May 1997
 # Whom:			Scott Blachowicz <Scott.Blachowicz@seaslug.org>
 #
-# $Id: Makefile,v 1.3 1997/05/21 04:20:13 scott Exp $
+# $Id$
 #
 
 DISTNAME=	nmh-0.14
@@ -13,7 +13,8 @@
 MAINTAINER=     Scott.Blachowicz@seaslug.org
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh --sysconfdir=$(PREFIX)/etc/nmh --prefix=$(PREFIX) --enable-nmh-pop
+CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh \
+		--sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop
 
 MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \
       mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \
diff -ru nmh-port/pkg/COMMENT nmh-port.new/pkg/COMMENT
--- nmh-port/pkg/COMMENT	Sat May 17 22:15:05 1997
+++ nmh-port.new/pkg/COMMENT	Tue Jun  3 21:27:57 1997
@@ -1 +1 @@
-nmh, a cleaned up MH mailer suite.
+A cleaned up MH mailer suite.
===

GNU_CONFIGURE already includes "--prefix=${PREFIX}" in CONFIGURE_ARGS.
Also, no need to put package name in front of COMMENT.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040442.VAA06870>