summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2006-11-20 09:32:02 +0000
committermarkd <markd>2006-11-20 09:32:02 +0000
commit53bf97664f253ef7fd9134f4b81fcd261bc89c6b (patch)
tree3dfb9443e0d78da201564aff70d6adf5fa6a3558 /x11
parent6ed40f8865fb8354fb92628108a24d3e113d23f9 (diff)
downloadpkgsrc-53bf97664f253ef7fd9134f4b81fcd261bc89c6b.tar.gz
Explicitly note files with SPECIAL_PERMS.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 043c3c7362a..cfc3294a071 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2006/11/20 09:30:26 markd Exp $
+# $NetBSD: Makefile,v 1.116 2006/11/20 09:32:02 markd Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
CATEGORIES= x11
@@ -56,6 +56,10 @@ SUBST_MESSAGE.kdemagic= Add LOCALBASE paths to magic file.
SUBST_FILES.kdemagic= kio/magic
SUBST_SED.kdemagic= -n -e 'p' -e 's:/usr/local/bin:${LOCALBASE}/bin:p'
+SPECIAL_PERMS+= ${PREFIX}/bin/fileshareset ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS+= ${PREFIX}/bin/kpac_dhcp_helper ${SETUID_ROOT_PERMS}
+
PKG_OPTIONS_VAR= PKG_OPTIONS.kdelibs
PKG_SUPPORTED_OPTIONS= cups debug
.include "../../mk/bsd.options.mk"