diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 19:56:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 19:56:57 +0000 |
commit | c532e6835ed22572750c4da6bac11501724a2b72 (patch) | |
tree | f2f12271d822c1910329cf0642b3a93da0dcecd9 /chat | |
parent | 4e91430ac24267f7548199d53d72ab88df706386 (diff) | |
download | pkgsrc-c532e6835ed22572750c4da6bac11501724a2b72.tar.gz |
Use correct ownership.
XXX 0777 directory
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 59c7dc112bd..054487e56e7 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2010/01/17 12:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2010/02/19 19:56:57 joerg Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= http://download.ofb.net/gale/ EXTRACT_SUFX= .tar.bz2 @@ -39,9 +39,9 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/auth OWN_DIRS+= ${PKG_SYSCONFDIR}/auth/private OWN_DIRS+= ${PKG_SYSCONFDIR}/auth/trusted OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/auth/cache \ - ${SHAREOWN} ${SHAREGRP} 0777 + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0777 OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/auth/local \ - ${SHAREOWN} ${SHAREGRP} 1777 + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777 INSTALLATION_DIRS= ${EGDIR} |