summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-11-05 17:28:37 +0000
committerryoon <ryoon@pkgsrc.org>2019-11-05 17:28:37 +0000
commit1921fd61118347daee42ed7a1dad096a3dd3fb8b (patch)
tree6bb3be06f4b586b85484b9b82798b7501c8caf55 /inputmethod
parentf62ae613ea0e3790c163f4b81eb052f887d8434d (diff)
downloadpkgsrc-1921fd61118347daee42ed7a1dad096a3dd3fb8b.tar.gz
Remove bogus PaX MPROTECT unsafe
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 6904062b938..36da4342d5e 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2019/11/05 17:13:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.156 2019/11/05 17:28:37 ryoon Exp $
.include "../../inputmethod/uim/Makefile.common"
@@ -52,8 +52,6 @@ CONF_FILES+= ${EGDIR}/installed-modules.scm \
PKG_SYSCONFSUBDIR= uim
INSTALLATION_DIRS+= share/doc/uim
-NOT_PAX_MPROTECT_SAFE+= bin/uim-module-manager
-
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/uim
${INSTALL_DATA} ${WRKSRC}/doc/COMPATIBILITY ${DESTDIR}${PREFIX}/share/doc/uim