From c532e6835ed22572750c4da6bac11501724a2b72 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Feb 2010 19:56:57 +0000 Subject: Use correct ownership. XXX 0777 directory --- chat/gale/Makefile | 8 ++++---- 1 file 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} -- cgit v1.2.3