diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 14:02:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 14:02:26 +0000 |
commit | d1aca34034e2878c0d463a16bb3eae899a5d3915 (patch) | |
tree | b08cd4f68f429d882784d26037516b5b734a7adc /sysutils/lsof | |
parent | a62e4b187dc61b611f6617c2022698632b393d26 (diff) | |
download | pkgsrc-d1aca34034e2878c0d463a16bb3eae899a5d3915.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 8759e5ada05..b5a9159ac9d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/02/22 23:29:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2000/03/16 14:02:26 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # @@ -53,6 +53,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man1/lsof.1 @${MKDIR} ${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof - @chmod 0444 ${PREFIX}/share/lsof/00* + @${CHMOD} 0444 ${PREFIX}/share/lsof/00* .include "../../mk/bsd.pkg.mk" |