diff options
author | cube <cube@pkgsrc.org> | 2006-08-06 18:26:51 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-08-06 18:26:51 +0000 |
commit | fd94e0898ca809c94fad049893e8c254e7ab24d0 (patch) | |
tree | d2bd58bc76e5a177fa584515e68dea45570653fe | |
parent | f403a1255b392dc1490494111f509ccceb0361f8 (diff) | |
download | pkgsrc-fd94e0898ca809c94fad049893e8c254e7ab24d0.tar.gz |
Back out previous: SETGIDGAME is user-settable. It will take a lot more
work to make angband unprivileged-install-friendly!
Pointed out by salo@.
-rw-r--r-- | games/angband-tty/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 4322dc14e06..d292bc1ae26 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -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 @@ 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 |