diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 21:38:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 21:38:42 +0000 |
commit | c16996f1dd3ca3aa77af241d2ba70da6989103ca (patch) | |
tree | bbf5169047b3eee04ecd3f5ce3f3f802be421aa0 /games/xpat2 | |
parent | 04530cb97b6641e4ede9ed02b27f41085c9bc0c6 (diff) | |
download | pkgsrc-c16996f1dd3ca3aa77af241d2ba70da6989103ca.tar.gz |
Fix ownership.
Diffstat (limited to 'games/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index d05394c831e..f739e33d2d0 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/02/19 19:30:10 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2010/02/19 21:38:42 joerg Exp $ DISTNAME= xpat2-1.07 PKGREVISION= 3 @@ -19,7 +19,7 @@ MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.libXpm:Q} XMKMF=${XMKMF_CMD:Q} SETGIDGAME= yes -CONF_FILES_PERMS= /dev/null /var/games/xpat.log ${GAMEOWN} ${GAMEGRP} ${GAMEMODE} +CONF_FILES_PERMS= /dev/null /var/games/xpat.log ${GAMES_USER} ${GAMES_GROUP} ${GAMEMODE} MAKE_DIRS= /var/games SPECIAL_PERMS+= bin/xpat2 ${SETGID_GAMES_PERMS} |