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 | e47a514235470e479a62b1826809cfb036a89e59 (patch) | |
tree | f2f12271d822c1910329cf0642b3a93da0dcecd9 /chat/gale | |
parent | 8367cf1931a86b54d3b41368b802a5e2aa6118ec (diff) | |
download | pkgsrc-e47a514235470e479a62b1826809cfb036a89e59.tar.gz |
Use correct ownership.
XXX 0777 directory
Diffstat (limited to 'chat/gale')
-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} |