diff options
author | grant <grant> | 2003-04-03 12:45:47 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-03 12:45:47 +0000 |
commit | ea6fe58968c62f73d6e80c9e8ed746fc3b57998f (patch) | |
tree | 6ac1d8cd93263267348375c55bc096f62f5d4fef /www | |
parent | d6538c07657e7a8b90225729a3a7dfe87a8a5572 (diff) | |
download | pkgsrc-ea6fe58968c62f73d6e80c9e8ed746fc3b57998f.tar.gz |
remove a rogue ; (thanks jaromir)
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-linux/Makefile | 4 | ||||
-rw-r--r-- | www/phoenix-linux/Makefile | 4 |
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: |