From a90525cc1d00fc22c16eb428d180a97752cb5913 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Feb 2010 19:25:20 +0000 Subject: Fix ownership of directories. Bump revision. --- games/dd2/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/dd2/Makefile b/games/dd2/Makefile index dcebb51f046..673f9e35d51 100644 --- a/games/dd2/Makefile +++ b/games/dd2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2008/06/14 02:58:24 obache Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/19 19:25:20 joerg Exp $ # DISTNAME= dd2-0.2.2 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/ @@ -18,9 +19,9 @@ CFLAGS+= -DDD2_SCORE=\"${DD2_SCORE}\" SETGIDGAME= yes SPECIAL_PERMS= bin/dd2 ${SETGID_GAMES_PERMS} -REQD_DIRS_PERMS+= ${DD2_SCORE} ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE} +REQD_DIRS_PERMS+= ${DD2_SCORE} ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE} REQD_FILES_PERMS+= share/dd2/dd2-hiscore ${DD2_SCORE}/dd2-hiscore \ - ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE} + ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE} BUILD_DEFS+= VARBASE BUILD_DEFS+= GAMEDATAMODE -- cgit v1.2.3