pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/dd2 Fix ownership of directories. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b43c068bd2f
branches:  trunk
changeset: 572050:3b43c068bd2f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 19:25:20 2010 +0000

description:
Fix ownership of directories. Bump revision.

diffstat:

 games/dd2/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 680a381e7083 -r 3b43c068bd2f games/dd2/Makefile
--- a/games/dd2/Makefile        Fri Feb 19 19:23:50 2010 +0000
+++ b/games/dd2/Makefile        Fri Feb 19 19:25:20 2010 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index