From 79b6c5bd291b82ea251ec94f8520049953d1fb44 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Feb 2010 20:23:01 +0000 Subject: [PATCH] Fix ownership. Bump revision. --- x11/kdebase3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index fc0cada31b53..7242913cf097 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"