pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gale Use correct ownership.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d98b6d149e0
branches:  trunk
changeset: 572058:4d98b6d149e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 19:56:57 2010 +0000

description:
Use correct ownership.
XXX 0777 directory

diffstat:

 chat/gale/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 3dac9dfeb00e -r 4d98b6d149e0 chat/gale/Makefile
--- a/chat/gale/Makefile        Fri Feb 19 19:46:53 2010 +0000
+++ b/chat/gale/Makefile        Fri Feb 19 19:56:57 2010 +0000
@@ -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/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}
 



Home | Main Index | Thread Index | Old Index