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/nighthawk | |
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/nighthawk')
-rw-r--r-- | games/nighthawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index ef2d6d828d1..c3555c480e2 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/07/09 00:08:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/12/05 15:00:45 agc Exp $ # DISTNAME= nighthawk-2.1 @@ -36,6 +36,6 @@ do-install: ${CHGRP} games ${PREFIX}/bin/nighthawk ${CHMOD} g+s ${PREFIX}/bin/nighthawk ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/nighthawk/README - ${INSTALL} -o root -g games -m 664 /dev/null /var/games/nighthawk.scores + ${INSTALL} -o ${ROOT_USER} -g games -m 664 /dev/null /var/games/nighthawk.scores .include "../../mk/bsd.pkg.mk" |