summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-16 14:02:26 +0000
committerwiz <wiz@pkgsrc.org>2000-03-16 14:02:26 +0000
commitd1aca34034e2878c0d463a16bb3eae899a5d3915 (patch)
treeb08cd4f68f429d882784d26037516b5b734a7adc /sysutils/lsof
parenta62e4b187dc61b611f6617c2022698632b393d26 (diff)
downloadpkgsrc-d1aca34034e2878c0d463a16bb3eae899a5d3915.tar.gz
chmod -> ${CHMOD}
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile4
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"