diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 20:23:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 20:23:01 +0000 |
commit | 2b26954d9f0627d53b5e355f2c2466d73f938010 (patch) | |
tree | f509c03a1ddd2c412f8042b55da58ea3568c2f04 /x11 | |
parent | 6a79010d7be0dc8db171877012b7dda25e12b411 (diff) | |
download | pkgsrc-2b26954d9f0627d53b5e355f2c2466d73f938010.tar.gz |
Fix ownership. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index fc0cada31b5..7242913cf09 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.155 2010/01/18 09:59:40 wiz Exp $ +# $NetBSD: Makefile,v 1.156 2010/02/19 20:23:01 joerg Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -108,7 +108,7 @@ PLIST.joystick= yes ICONDIR= share/icons .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" -SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${BINOWN} kmem 2555 +SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${REAL_ROOT_USER} kmem 2555 .endif .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" |