pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/netscape7 oops, one too many @'s



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a761cb05028a
branches:  trunk
changeset: 477053:a761cb05028a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 26 10:46:41 2004 +0000

description:
oops, one too many @'s

diffstat:

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

diffs (18 lines):

diff -r d00d787bf52a -r a761cb05028a www/netscape7/Makefile
--- a/www/netscape7/Makefile    Sat Jun 26 10:45:28 2004 +0000
+++ b/www/netscape7/Makefile    Sat Jun 26 10:46:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/06/26 10:45:28 grant Exp $
+# $NetBSD: Makefile,v 1.27 2004/06/26 10:46:41 grant Exp $
 #
 
 DISTNAME=              netscape-i686-pc-linux-gnu-sea
@@ -50,7 +50,7 @@
        ${MKDIR} ${WRKSRC}/dest
        @${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:



Home | Main Index | Thread Index | Old Index