summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-15 11:15:44 +0000
committerjoerg <joerg>2008-06-15 11:15:44 +0000
commitb2729c587119388a5470469aaddcb4321621c443 (patch)
treeed3d1887f48a00b8299470d377c7acf27034672c
parentfd41faa3fc8fc629ed6b2d2aa2b55a740e2520e3 (diff)
downloadpkgsrc-b2729c587119388a5470469aaddcb4321621c443.tar.gz
Set SETGIDGAME before bsd.prefs.mk is included.
-rw-r--r--games/xtris/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile
index 884c0d12998..4ddfe7b1382 100644
--- a/games/xtris/Makefile
+++ b/games/xtris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/03/04 06:59:06 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/15 11:15:44 joerg Exp $
#
DISTNAME= xtris-1.15
@@ -17,13 +17,13 @@ USE_X11BASE= yes
LIBS.SunOS+= -lsocket -lnsl
MAKE_ENV+= LIBS=${LIBS:Q}
-.include "options.mk"
-
SETGIDGAME= yes
SPECIAL_PERMS+= bin/xtris ${SETGID_GAMES_PERMS}
SPECIAL_PERMS+= bin/xtbot ${SETGID_GAMES_PERMS}
SPECIAL_PERMS+= bin/xtserv ${SETGID_GAMES_PERMS}
+.include "options.mk"
+
INSTALLATION_DIRS= bin ${PREFIX}/${PKGMANDIR}/man6
do-install: