pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/netscape7 Use ${MV} instead of mv; and .CURDIR ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc10786f964c
branches:  trunk
changeset: 461700:bc10786f964c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 13:21:11 2003 +0000

description:
Use ${MV} instead of mv; and .CURDIR instead of PKGDIR.

diffstat:

 www/netscape7/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b9fabc3b7d38 -r bc10786f964c www/netscape7/Makefile
--- a/www/netscape7/Makefile    Fri Sep 19 13:19:12 2003 +0000
+++ b/www/netscape7/Makefile    Fri Sep 19 13:21:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/09/15 00:43:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/09/19 13:21:11 wiz Exp $
 #
 
 DISTNAME=              netscape-i686-pc-linux-gnu-sea
@@ -32,7 +32,7 @@
 DIST_SUBDIR=           netscape/${VERS_MAJ}.${VERS_MIN}/${PKG_LANG}
 
 .if ${PKG_LANG} != english
-DISTINFO_FILE=         ${PKGDIR}/distinfo.${PKG_LANG}
+DISTINFO_FILE=         ${.CURDIR}/distinfo.${PKG_LANG}
 .endif
 
 PLIST_SRC=             ${WRKDIR}/PLIST
@@ -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