summaryrefslogtreecommitdiff
path: root/x11/hanterm
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-11-24 05:57:43 +0000
committerdholland <dholland@pkgsrc.org>2013-11-24 05:57:43 +0000
commit8e265beaaec41acc7fff8e57b2f707b1b7c85cdd (patch)
tree408e63f848439153f1ba34858d6643422b445ed7 /x11/hanterm
parent9378ba12e44ebfb2f6edb428655dab0562acc3a8 (diff)
downloadpkgsrc-8e265beaaec41acc7fff8e57b2f707b1b7c85cdd.tar.gz
As this tries to install itself setuid on (some?) platforms, use
SPECIAL_PERMS so it actually works. Ride previous bump.
Diffstat (limited to 'x11/hanterm')
-rw-r--r--x11/hanterm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/hanterm/Makefile b/x11/hanterm/Makefile
index fe444f9de5a..e457410ac9e 100644
--- a/x11/hanterm/Makefile
+++ b/x11/hanterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/11/24 05:53:52 dholland Exp $
+# $NetBSD: Makefile,v 1.26 2013/11/24 05:57:43 dholland Exp $
DISTNAME= hanterm-3.1.6
PKGREVISION= 6
@@ -11,6 +11,8 @@ COMMENT= X11R6-based xterm hacked for managing Korean languages
USE_IMAKE= YES
+SPECIAL_PERMS+= bin/hanterm ${SETUID_ROOT_PERMS}
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"