summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 13:21:11 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 13:21:11 +0000
commit166faf955d4e94462ecd365e5d1bfb56439a1292 (patch)
tree2f5a76526b81a0970352f28423971d32a643a088 /www
parentfe284e8dbf3f067b0226c3948adf8046abb92a90 (diff)
downloadpkgsrc-166faf955d4e94462ecd365e5d1bfb56439a1292.tar.gz
Use ${MV} instead of mv; and .CURDIR instead of PKGDIR.
Diffstat (limited to 'www')
-rw-r--r--www/netscape7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index f620d18e18b..6dc8fb90877 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -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 @@ SUB= ${PKG_LANG}/${VERS_MAJ}.${VERS_MIN}/unix/${DIST_DIR_NAME}/sea
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 @@ pre-build:
${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: