summaryrefslogtreecommitdiff
path: root/games/rollemup
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
committeragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
commit57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch)
tree724e606740f3a6533da580088062080cdc00e030 /games/rollemup
parentd2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff)
downloadpkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'games/rollemup')
-rw-r--r--games/rollemup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
index 61ceb501746..70fe8ba64c4 100644
--- a/games/rollemup/Makefile
+++ b/games/rollemup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/02/16 15:10:58 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/12/05 15:00:46 agc Exp $
#
DISTNAME= Rollemup
@@ -61,9 +61,9 @@ do-install:
for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d | sort -r`; do \
${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \
done)
- @${CHOWN} root:games ${PREFIX}/bin/Rollemup
+ @${CHOWN} ${ROOT_USER}:games ${PREFIX}/bin/Rollemup
@${CHMOD} 2755 ${PREFIX}/bin/Rollemup
- @${CHOWN} -R root:games ${PREFIX}/${GAMES_DIR}/Rollemup
+ @${CHOWN} -R ${ROOT_USER}:games ${PREFIX}/${GAMES_DIR}/Rollemup
@${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Games
@${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Upload
@${CHMOD} 664 ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini