diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 10:45:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 10:45:28 +0000 |
commit | a35c441f52f51d77d03085974b07fd30a3c6b973 (patch) | |
tree | e5b4ee88b116ae1e3488414c0a187a27c3788ee7 /www/netscape7/Makefile | |
parent | e58da176fff3e932299279610fd54ca795ca8560 (diff) | |
download | pkgsrc-a35c441f52f51d77d03085974b07fd30a3c6b973.tar.gz |
be quiet in pre-install, too
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index af6dcd2a361..de3c3443998 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -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 @@ pre-build: ${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 @@ do-build: # 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; \ |