pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apc-gui Do not remove write permission of installe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7e368394822
branches:  trunk
changeset: 485726:f7e368394822
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 19 18:31:30 2004 +0000

description:
Do not remove write permission of installed files with CHMOD; setting
their permission to SHAREOWN:SHAREGRP is enough.

diffstat:

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

diffs (16 lines):

diff -r 97a12ce94595 -r f7e368394822 www/apc-gui/Makefile
--- a/www/apc-gui/Makefile      Sun Dec 19 18:18:34 2004 +0000
+++ b/www/apc-gui/Makefile      Sun Dec 19 18:31:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/31 23:44:13 jdolecek Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/19 18:31:30 minskim Exp $
 
 DISTNAME=      apc_gui-1.0.3
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -38,6 +38,5 @@
                ${EGDIR}/apc_gui.conf
        ${CP} -R ${WRKSRC}/* ${APC_GUI_DIR}
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${APC_GUI_DIR}
-       ${CHMOD} -R a-w ${APC_GUI_DIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index