summaryrefslogtreecommitdiff
path: root/games/crossfire-cli
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-28 10:30:04 +0000
committerwiz <wiz@pkgsrc.org>2001-02-28 10:30:04 +0000
commit1f6f576afdb5f81cfd36fdd556abfd04580e1dca (patch)
tree8b404a790cd4c6a1c3767e526bbe7621356a6fdf /games/crossfire-cli
parent9d1f44690c3e844295b2a853557fd1ab503c0541 (diff)
downloadpkgsrc-1f6f576afdb5f81cfd36fdd556abfd04580e1dca.tar.gz
chown, chmod -> ${CHOWN}, ${CHMOD}
Diffstat (limited to 'games/crossfire-cli')
-rw-r--r--games/crossfire-cli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index d2abfafcee6..dc24ac6e504 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/28 10:30:04 wiz Exp $
#
DISTNAME= crossfire-client-0.95.8
@@ -39,6 +39,6 @@ post-install:
cd ${LOCALBASE}/share/cfclient && \
${GZCAT} ${DISTDIR}/${CF_RAW} | ${GTAR} xmf -
${INSTALL_DATA} ${WRKSRC}/def_keys ${LOCALBASE}/share/cfclient
- @chown -R root:games ${LOCALBASE}/share/cfclient
+ @${CHOWN} -R root:games ${LOCALBASE}/share/cfclient
.include "../../mk/bsd.pkg.mk"