summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2017-04-16 08:44:36 +0000
committerbsiegert <bsiegert@pkgsrc.org>2017-04-16 08:44:36 +0000
commitd29ba358c296ee8055d3f69735cb9fcb47b4ac3e (patch)
treeb634c66d80b17fa2c5158cfb2c9925f3aa7435c0 /games
parent32938c26fb48f48d946733b6f2c4b19e0eaf4369 (diff)
downloadpkgsrc-d29ba358c296ee8055d3f69735cb9fcb47b4ac3e.tar.gz
Pullup ticket #5253 - requested by sevan
games/xpipeman: bugfix Revisions pulled up: - games/xpipeman/Makefile 1.21-1.22 --- Module Name: pkgsrc Committed By: pgoyette Date: Fri Apr 7 23:21:20 UTC 2017 Modified Files: pkgsrc/games/xpipeman: Makefile Log Message: xpipeman fails to update the scores file with ASLR enabled. XXX does this require a rev bump? --- Module Name: pkgsrc Committed By: pgoyette Date: Fri Apr 7 23:34:40 UTC 2017 Modified Files: pkgsrc/games/xpipeman: Makefile Log Message: Bump PKGREVISION for previous
Diffstat (limited to 'games')
-rw-r--r--games/xpipeman/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index eed7d9ba5a8..d3a2580650d 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:02 asau Exp $
+# $NetBSD: Makefile,v 1.20.36.1 2017/04/16 08:44:36 bsiegert Exp $
#
DISTNAME= xpipeman-1.5
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
@@ -22,6 +22,8 @@ REQD_DIRS_PERMS= share/xpipeman ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/xpipeman
+NOT_PAX_MPROTECT_SAFE+= bin/xpipeman
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man \