diff options
author | cube <cube> | 2006-08-06 18:00:05 +0000 |
---|---|---|
committer | cube <cube> | 2006-08-06 18:00:05 +0000 |
commit | 55668d2ce378a1928ba12fe935d200b4d7735419 (patch) | |
tree | bedc1a69de4467c260b8094c65021a2c401d95da /games/angband-tty | |
parent | 5cc5ee8cf1516ef7c1d242dec9471426359414de (diff) | |
download | pkgsrc-55668d2ce378a1928ba12fe935d200b4d7735419.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/Makefile | 6 |
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 |