summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-05-11 12:17:21 +0000
committermarkd <markd@pkgsrc.org>2004-05-11 12:17:21 +0000
commitd4ad06a35fe3e6011f35422a4fce974d65bb1a38 (patch)
treed64033ef2328e40dcefd9e7579198e97a945f084 /x11
parentbd0179ace18d6224fecc1f26847d8123b068f427 (diff)
downloadpkgsrc-d4ad06a35fe3e6011f35422a4fce974d65bb1a38.tar.gz
kgrantpty permissions are set properly in the kde Makefile so we dont
need to fix up here.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index ca576272800..c8ca5b8b90c 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2004/04/21 13:23:57 markd Exp $
+# $NetBSD: Makefile,v 1.59 2004/05/11 12:17:21 markd Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
PKGREVISION= 1
@@ -38,13 +38,6 @@ FIXUP_FILES= \
kdeui/ksconfig.cpp \
kio/kssl/kopenssl.cc
-# Several programs need to be setuid-root, but due to the way that KDE3
-# finds executables, the files must have their read bit set so that
-# KStandardDir::findResource() will find them.
-#
-_KDE_SETUID_ROOT= ${ROOT_USER} ${ROOT_GROUP} 4755
-SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${_KDE_SETUID_ROOT}
-
pre-configure:
@for i in ${FIXUP_FILES}; do \
${SED} -e 's:@LOCALBASE@:${LOCALBASE}:g' \