pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/angband-tty Back out previous: SETGIDGAME is us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e236bf945e5b
branches:  trunk
changeset: 517226:e236bf945e5b
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Aug 06 18:26:51 2006 +0000

description:
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:

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

diffs (24 lines):

diff -r 4f47469b8ae5 -r e236bf945e5b games/angband-tty/Makefile
--- a/games/angband-tty/Makefile        Sun Aug 06 18:17:40 2006 +0000
+++ b/games/angband-tty/Makefile        Sun Aug 06 18:26:51 2006 +0000
@@ -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 @@
 
 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