pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/netscape7 be quiet in pre-install, too



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d00d787bf52a
branches:  trunk
changeset: 477052:d00d787bf52a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 26 10:45:28 2004 +0000

description:
be quiet in pre-install, too

diffstat:

 www/netscape7/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 0272ad975627 -r d00d787bf52a www/netscape7/Makefile
--- a/www/netscape7/Makefile    Sat Jun 26 10:43:49 2004 +0000
+++ b/www/netscape7/Makefile    Sat Jun 26 10:45:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/06/26 10:42:42 grant Exp $
+# $NetBSD: Makefile,v 1.26 2004/06/26 10:45:28 grant Exp $
 #
 
 DISTNAME=              netscape-i686-pc-linux-gnu-sea
@@ -48,9 +48,9 @@
                ${FILESDIR}/extract_instructions;                       \
        sleep $${delay};                                                \
        ${MKDIR} ${WRKSRC}/dest
-       ${SED} -e "s|/usr/local/netscape|${WRKSRC}/dest|g"              \
+       @${SED} -e "s|/usr/local/netscape|${WRKSRC}/dest|g"             \
                ${WRKSRC}/config.ini > ${WRKSRC}/config.ini.new;        \
-       ${MV} ${WRKSRC}/config.ini.new ${WRKSRC}/config.ini
+       @${MV} ${WRKSRC}/config.ini.new ${WRKSRC}/config.ini
 
 # we must wait for netscape to start up after build!
 do-build:
@@ -59,7 +59,7 @@
 
 # dynamic PLIST generation
 pre-install:
-       if [ -f ${INSTDIR}/plugins/libjavaplugin_oji.so ]; then \
+       @if [ -f ${INSTDIR}/plugins/libjavaplugin_oji.so ]; then        \
                cd ${INSTDIR}/plugins && ${LN} -sf                      \
                        java2/plugin/i386/ns600/libjavaplugin_oji.so    \
                        libjavaplugin_oji.so;                           \



Home | Main Index | Thread Index | Old Index