diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /mail/nmh | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | freebsd-ports-gnome-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz freebsd-ports-gnome-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.zst freebsd-ports-gnome-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 4 |
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> |