summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-03 12:45:47 +0000
committergrant <grant@pkgsrc.org>2003-04-03 12:45:47 +0000
commitcef8e7000d71d13f729b8122919b4c281f846f00 (patch)
tree6ac1d8cd93263267348375c55bc096f62f5d4fef /www
parentab466fc1556b212624de0fe3c0ebe08851eea603 (diff)
downloadpkgsrc-cef8e7000d71d13f729b8122919b4c281f846f00.tar.gz
remove a rogue ; (thanks jaromir)
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-linux/Makefile4
-rw-r--r--www/phoenix-linux/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mozilla-linux/Makefile b/www/mozilla-linux/Makefile
index eca25a92751..28327e73259 100644
--- a/www/mozilla-linux/Makefile
+++ b/www/mozilla-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/03/31 02:42:24 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/04/03 12:45:47 grant Exp $
#
DISTNAME= mozilla-i686-pc-linux-gnu-1.3
@@ -27,7 +27,7 @@ post-build:
do-install:
${INSTALL_DATA_DIR} ${MOZILLA_LIB}
- cd ${WRKSRC}; && ${CP} -r . ${MOZILLA_LIB}
+ cd ${WRKSRC} && ${CP} -r . ${MOZILLA_LIB}
${INSTALL_SCRIPT} ${WRKDIR}/mozilla.sh ${PREFIX}/bin/mozilla-linux
post-install:
diff --git a/www/phoenix-linux/Makefile b/www/phoenix-linux/Makefile
index c007816728e..15310b2f95c 100644
--- a/www/phoenix-linux/Makefile
+++ b/www/phoenix-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/31 02:39:25 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/04/03 12:45:48 grant Exp $
#
DISTNAME= phoenix-0.5-i686-pc-linux-gnu
@@ -26,7 +26,7 @@ post-build:
do-install:
${INSTALL_DATA_DIR} ${PHOENIX_LIB}
- cd ${WRKSRC}; && ${CP} -r . ${PHOENIX_LIB}
+ cd ${WRKSRC} && ${CP} -r . ${PHOENIX_LIB}
${INSTALL_SCRIPT} ${WRKDIR}/phoenix.sh ${PREFIX}/bin/phoenix-linux
post-install: