summaryrefslogtreecommitdiff
path: root/games/crossfire-srv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/crossfire-srv/Makefile')
-rw-r--r--games/crossfire-srv/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile
index 8ec5ea6666a..6ef2906a340 100644
--- a/games/crossfire-srv/Makefile
+++ b/games/crossfire-srv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:10:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/28 10:30:04 wiz Exp $
#
DISTNAME= crossfire-0.95.8
@@ -27,10 +27,10 @@ CONFIGURE_ARGS+= --prefix=${LOCALBASE}
post-install:
cd ${LOCALBASE}/share/crossfire && \
${GZCAT} ${DISTDIR}/${CF_MAPS} | ${GTAR} xmf -
- @chown root:games ${LOCALBASE}/bin/crossfire
- @chmod 2755 ${LOCALBASE}/bin/crossfire
- @chown -R root:games ${LOCALBASE}/share/crossfire
- @chown -R root:games ${LOCALBASE}/var/crossfire
- @chmod -R g+w ${LOCALBASE}/var/crossfire
+ @${CHOWN} root:games ${LOCALBASE}/bin/crossfire
+ @${CHMOD} 2755 ${LOCALBASE}/bin/crossfire
+ @${CHOWN} -R root:games ${LOCALBASE}/share/crossfire
+ @${CHOWN} -R root:games ${LOCALBASE}/var/crossfire
+ @${CHMOD} -R g+w ${LOCALBASE}/var/crossfire
.include "../../mk/bsd.pkg.mk"