Summary: | new port of nmh-0.14 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Scott.Blachowicz <Scott.Blachowicz> |
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | Scott.Blachowicz |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Scott.Blachowicz
1997-05-21 06:00:01 UTC
State Changed From-To: open->closed 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. |