pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/angband-tty Restore setgid bit (and other relate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13c69f0ee929
branches:  trunk
changeset: 517220:13c69f0ee929
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Aug 06 18:00:05 2006 +0000

description:
Restore setgid bit (and other related properties) on installed binary.
Bump PKGREVISION.

PR#34149 by David A. Holland.

diffstat:

 games/angband-tty/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4227b87e16f4 -r 13c69f0ee929 games/angband-tty/Makefile
--- a/games/angband-tty/Makefile        Sun Aug 06 17:39:24 2006 +0000
+++ b/games/angband-tty/Makefile        Sun Aug 06 18:00:05 2006 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index