diff options
author | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
commit | 57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch) | |
tree | 724e606740f3a6533da580088062080cdc00e030 /games/rollemup/Makefile | |
parent | d2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff) | |
download | pkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz |
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'games/rollemup/Makefile')
-rw-r--r-- | games/rollemup/Makefile | 6 |
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 |