diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-02 23:27:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-02 23:27:54 +0000 |
commit | 6d9b32d244f6c7f481b2f48b5aff1fe111ad56e3 (patch) | |
tree | 8ef9586c0b86c8a90b2123994a4aae45b78f117b /www/firefox15 | |
parent | 386f566e15e41e4b720d4cd5a4088922b7aba73f (diff) | |
download | ports-6d9b32d244f6c7f481b2f48b5aff1fe111ad56e3.tar.gz ports-6d9b32d244f6c7f481b2f48b5aff1fe111ad56e3.zip |
Notes
Diffstat (limited to 'www/firefox15')
-rw-r--r-- | www/firefox15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index dcfe38d03564..d2b54b00d07c 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -176,7 +176,7 @@ pre-install: ${FAKEDIR}/bin/firefox \ ${FAKEDIR}/bin/firefox-config for i in ${EXTRA_SCRIPTS}; do \ - ${ECHO_CMD} bin/${i} >> ${PLIST}; \ + ${ECHO_CMD} bin/$${i} >> ${PLIST}; \ done ${ECHO_CMD} bin/firefox >> ${PLIST} ${ECHO_CMD} bin/firefox-config >> ${PLIST} |