summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /mail/nmh
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index c016ef08687e..312dd3e54a5b 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Feb 1999
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
-# $Id: Makefile,v 1.13 1999/02/23 03:17:04 jkoshy Exp $
+# $Id: Makefile,v 1.14 1999/05/10 17:47:01 flathill Exp $
#
# Makefile variables of interest:
#
@@ -70,6 +70,6 @@ post-patch:
post-install:
@PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL
chgrp mail ${PREFIX}/bin/inc
- chmod g+s ${PREFIX}/bin/inc
+ ${CHMOD} g+s ${PREFIX}/bin/inc
.include <bsd.port.mk>