diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-08 09:47:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-08 09:47:44 +0000 |
commit | d888129ba7848a5b7fce12d3e900e0ddee673009 (patch) | |
tree | 0cceb51e697f987e5ab0dc21bc4e806116ffb6d5 | |
parent | eb855a21df13ca618fdf10ea976dc60e9dd66168 (diff) | |
download | pkgsrc-d888129ba7848a5b7fce12d3e900e0ddee673009.tar.gz |
Fix wrong ownership of authorization directories. Bump PKGREVISION.
-rw-r--r-- | x11/wdm/Makefile | 10 |
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 \ |