summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorpgoyette <pgoyette>2017-04-07 23:21:20 +0000
committerpgoyette <pgoyette>2017-04-07 23:21:20 +0000
commite1e4128f54262753e623c53d2e8f370d0ae80566 (patch)
tree566c311c843c41a2a0351a24fda1e8c332940ef4 /games
parentc125d51881ebcbe8b859136fd4e154e2ec77e2f4 (diff)
downloadpkgsrc-e1e4128f54262753e623c53d2e8f370d0ae80566.tar.gz
xpipeman fails to update the scores file with ASLR enabled.
XXX does this require a rev bump?
Diffstat (limited to 'games')
-rw-r--r--games/xpipeman/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index eed7d9ba5a8..fb78fece7cb 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:02 asau Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/07 23:21:20 pgoyette Exp $
#
DISTNAME= xpipeman-1.5
@@ -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 \