summaryrefslogtreecommitdiff
path: root/games/angband-tty
diff options
context:
space:
mode:
authorcube <cube>2006-08-06 18:00:05 +0000
committercube <cube>2006-08-06 18:00:05 +0000
commit0a4550f4359e4944c5e0ab1e9c04714f43fca8f4 (patch)
treebedc1a69de4467c260b8094c65021a2c401d95da /games/angband-tty
parentcc931c98c11cf7637fb673cd8204b0f078734c5c (diff)
downloadpkgsrc-0a4550f4359e4944c5e0ab1e9c04714f43fca8f4.tar.gz
Restore setgid bit (and other related properties) on installed binary.
Bump PKGREVISION. PR#34149 by David A. Holland.
Diffstat (limited to 'games/angband-tty')
-rw-r--r--games/angband-tty/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile
index 1fd07de7339..4322dc14e06 100644
--- a/games/angband-tty/Makefile
+++ b/games/angband-tty/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2006/07/03 05:15:49 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2006/08/06 18:00:05 cube Exp $
#
DISTNAME= angband-283
PKGNAME= angband-tty-2.8.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \
ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Source/
@@ -28,6 +28,8 @@ 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