diff options
author | markd <markd@pkgsrc.org> | 2004-05-11 12:17:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-05-11 12:17:21 +0000 |
commit | 9d3d976bc6a379dcd6d27c91153d5763af292f7a (patch) | |
tree | d64033ef2328e40dcefd9e7579198e97a945f084 /x11 | |
parent | c6ffa3c0d106c387fea4b73492f761fde22787ec (diff) | |
download | pkgsrc-9d3d976bc6a379dcd6d27c91153d5763af292f7a.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/Makefile | 9 |
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' \ |