diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-23 09:15:56 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-23 09:15:56 +0000 |
commit | 02ec20e712fc025895b9642b4a8e31d854766f4b (patch) | |
tree | f29d6dd0e419ae1e840a7ad8a008f195f38c9e55 /mail/nmh | |
parent | 6279ad33b0f73c2c8aece96b0343c28b67264ec5 (diff) | |
download | ports-02ec20e712fc025895b9642b4a8e31d854766f4b.tar.gz ports-02ec20e712fc025895b9642b4a8e31d854766f4b.zip |
Notes
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index f062afc63a67..b7de886ea351 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: nmh -# Version required: 1.0 +# Version required: 1.0.2 # Date created: 07 Feb 1999 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # @@ -29,15 +29,15 @@ # script's '--with-pager' option. # -DISTNAME= nmh-1.0 +DISTNAME= nmh-1.0.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \ http://www.freebsd.org/~jkoshy/PORTS/ MAINTAINER= Scott.Blachowicz@seaslug.org -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nmh \ +USE_AUTOCONF= yes +CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop .ifdef NMH_MTS CONFIGURE_ARGS+= --with-mts=${NMH_MTS} @@ -59,9 +59,13 @@ MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \ MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \ mh-sequence.5 mh-tailor.5 +MLINKS= mh-profile.5 mh_profile.5 MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 +pre-configure: + cd ${WRKSRC}; chmod +w configure + # Since we patch the autoconf files as well as their outputs, avoid attempt # to regenerate header input files with 'autoheader' by Makefile. post-patch: |