summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-01-05 19:11:14 +0000
committerMark Murray <markm@FreeBSD.org>1998-01-05 19:11:14 +0000
commitc8e157b3bf022a2530c4f1ff5b1aced097bcb136 (patch)
tree8723858b1b2ee573e95893bf003835d69d2b6a98 /mail/nmh/Makefile
parentAdd rtptools. (diff)
Update to version 0.19.
(lots of bug fixes, plus the port's locking is fixed, and inc will honour a mode 775 /var/mail). Also pacify portlint. Submitted by: Scott Blachowicz (partially)
Notes
Notes: svn path=/head/; revision=9276
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index f85cf9fd5b0b..a46d9c2f7fc2 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: nmh
-# Version required: 0.18
+# Version required: 0.19
# Date created: 26 July 1997
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
-# $Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp $
+# $Id: Makefile,v 1.3 1997/12/28 12:37:37 markm Exp $
#
-DISTNAME= nmh-0.18
+DISTNAME= nmh-0.19
CATEGORIES= mail
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/
MAINTAINER= Scott.Blachowicz@seaslug.org
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh \
- --sysconfdir=$(PREFIX)/etc/nmh --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 \
@@ -30,9 +30,11 @@ MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8
# Since we patch the autoconf files as well as their outputs, avoid attempt
# to regenerate header input files with 'autoheader' by Makefile.
post-patch:
- ${ECHO} > ${WRKSRC}/stamp-h.in
+ @${TOUCH} ${WRKSRC}/stamp-h.in
post-install:
- @PKG_PREFIX='${PREFIX}' ./pkg/INSTALL
+ @PKG_PREFIX='${PREFIX}' ${PKGDIR}/INSTALL
+ chgrp mail ${PREFIX}/bin/inc
+ chmod g+s ${PREFIX}/bin/inc
.include <bsd.port.mk>