summaryrefslogtreecommitdiff
path: root/games/angband-tty
diff options
context:
space:
mode:
authorcube <cube>2006-08-06 18:26:51 +0000
committercube <cube>2006-08-06 18:26:51 +0000
commit0ae61b1b8b42984bb89c455da4a0f129933d7b8e (patch)
treed2bd58bc76e5a177fa584515e68dea45570653fe /games/angband-tty
parenta05a58defe8db10585119df885128c218078a670 (diff)
downloadpkgsrc-0ae61b1b8b42984bb89c455da4a0f129933d7b8e.tar.gz
Back out previous: SETGIDGAME is user-settable. It will take a lot more
work to make angband unprivileged-install-friendly! Pointed out by salo@.
Diffstat (limited to 'games/angband-tty')
-rw-r--r--games/angband-tty/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile
index 4322dc14e06..d292bc1ae26 100644
--- a/games/angband-tty/Makefile
+++ b/games/angband-tty/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2006/08/06 18:00:05 cube Exp $
+# $NetBSD: Makefile,v 1.29 2006/08/06 18:26:51 cube Exp $
#
DISTNAME= angband-283
PKGNAME= angband-tty-2.8.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \
ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Source/
@@ -28,8 +28,6 @@ GCC_REQD+= 2.95.3
INSTALLATION_DIRS= bin
-SETGIDGAME= yes
-
do-install:
${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/angband
cd ${WRKDIR}/${DISTNAME}/lib && ${PAX} -wr * ${PREFIX}/share/angband