pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/horde Honor SHAREMODE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57e5d251d00e
branches:  trunk
changeset: 488352:57e5d251d00e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jan 28 15:47:59 2005 +0000

description:
Honor SHAREMODE.

diffstat:

 www/horde/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d1fd6c3581e -r 57e5d251d00e www/horde/Makefile
--- a/www/horde/Makefile        Fri Jan 28 15:08:14 2005 +0000
+++ b/www/horde/Makefile        Fri Jan 28 15:47:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/01/16 21:13:37 adrianp Exp $
+# $NetBSD: Makefile,v 1.32 2005/01/28 15:47:59 minskim Exp $
 
 DISTNAME=      horde-2.2.7
 CATEGORIES=    www
@@ -63,6 +63,7 @@
        cd ${WRKSRC}/config; ${INSTALL_DATA} * ${HORDEDIR}/config
        cd ${WRKSRC}; ${INSTALL_DATA} *.php ${HORDEDIR}
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
-       ${CHMOD} -R a-w ${HORDEDIR}
+       ${FIND} ${HORDEDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+       ${FIND} ${HORDEDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index