diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /textproc/iso8879 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'textproc/iso8879')
-rw-r--r-- | textproc/iso8879/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index a3b75be40aa2..e2eb3ff7339b 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.8 1998/09/30 14:13:22 jfieber Exp $ +# $Id: Makefile,v 1.9 1999/02/11 16:01:16 jfieber Exp $ # DISTNAME= isoENTS @@ -29,7 +29,7 @@ pre-install: do-install: @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog - @chmod ${SHAREMODE} ${INSTDIR}/* - @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + @${CHMOD} ${SHAREMODE} ${INSTDIR}/* + @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} .include <bsd.port.mk> |