diff options
Diffstat (limited to 'games/nethack-tty/Makefile')
-rw-r--r-- | games/nethack-tty/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index d3b900606a9..417000fb15e 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:16 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2011/06/01 11:20:30 wiz Exp $ # .include "../../games/nethack-lib/Makefile.common" PKGNAME= nethack-tty-${NETHACK_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= The tty/console based version of NetHack @@ -19,4 +19,7 @@ MAKE_ENV+= GTYPE=-tty DISTINFO_FILE?= ${.CURDIR}/../nethack-lib/distinfo PATCHDIR= ${.CURDIR}/../nethack-lib/patches +SPECIAL_PERMS+= ${PREFIX}/bin/nethack-tty \ + ${GAMEPERM} + .include "../../mk/bsd.pkg.mk" |