diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-03 07:27:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-03 07:27:54 +0800 |
commit | eb703a604e01bcc7953cac583f19e09cca5838c2 (patch) | |
tree | 838119a3303d8ad77e418a5552b91be102f0fffe /www/firefox3-devel | |
parent | 3ec6efd42a052b91328b7d15ee1d8c782532b120 (diff) | |
download | freebsd-ports-gnome-eb703a604e01bcc7953cac583f19e09cca5838c2.tar.gz freebsd-ports-gnome-eb703a604e01bcc7953cac583f19e09cca5838c2.tar.zst freebsd-ports-gnome-eb703a604e01bcc7953cac583f19e09cca5838c2.zip |
Correct a typo that prevented the Firefox Ruby script from being added
to the plist.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r-- | www/firefox3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index dcfe38d03564..d2b54b00d07c 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/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} |