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/crossfire-cli/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/crossfire-cli/Makefile')
-rw-r--r-- | games/crossfire-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile index 2c0872d4502..b0210548804 100644 --- a/games/crossfire-cli/Makefile +++ b/games/crossfire-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/10/26 10:14:48 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/12/05 15:00:45 agc Exp $ # DISTNAME= crossfire-client-1.0.0 @@ -41,6 +41,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_USER}:games ${LOCALBASE}/share/cfclient .include "../../mk/bsd.pkg.mk" |