diff options
author | cube <cube@pkgsrc.org> | 2006-08-06 18:00:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-08-06 18:00:05 +0000 |
commit | 1379b9cca1fd16e35a079be9246c75cbc04e45f4 (patch) | |
tree | bedc1a69de4467c260b8094c65021a2c401d95da /games | |
parent | e5ab613c4e580e5333f1be8f88ec9cc11914f412 (diff) | |
download | pkgsrc-1379b9cca1fd16e35a079be9246c75cbc04e45f4.tar.gz |
Restore setgid bit (and other related properties) on installed binary.
Bump PKGREVISION.
PR#34149 by David A. Holland.
Diffstat (limited to 'games')
-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 |