summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authortnn <tnn>2010-02-08 09:47:44 +0000
committertnn <tnn>2010-02-08 09:47:44 +0000
commit1fde23fdec7ce20a25a06a3506e2af0d3a473bcb (patch)
tree0cceb51e697f987e5ab0dc21bc4e806116ffb6d5 /x11/wdm
parent1fd8d431d6dc3cd886b7f5aabfa7bb2f95d9f81c (diff)
downloadpkgsrc-1fde23fdec7ce20a25a06a3506e2af0d3a473bcb.tar.gz
Fix wrong ownership of authorization directories. Bump PKGREVISION.
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 41376e7ee28..4b517836720 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2010/01/18 09:59:44 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2010/02/08 09:47:44 tnn Exp $
DISTNAME= wdm-1.28
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11 windowmaker
MASTER_SITES= http://voins.program.ru/wdm/
@@ -29,11 +29,11 @@ PKG_SYSCONFSUBDIR= wdm
PKG_DESTDIR_SUPPORT= user-destdir
OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/authdir \
- ${ROOT_USER} ${ROOT_GROUP} 700
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/authdir/authfiles \
- ${ROOT_USER} ${ROOT_GROUP} 700
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/authdir/authdir \
- ${ROOT_USER} ${ROOT_GROUP} 700
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
CONF_FILES=
.for f in GiveConsole TakeConsole Xaccess Xclients Xclients.in \