aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-10 04:26:22 +0800
committerahze <ahze@FreeBSD.org>2004-12-10 04:26:22 +0800
commita4e96542b9ca936c35ebe422f698e9e468f0272c (patch)
treef7316c9035bc9297592c63e451104bea38de2326 /www/firefox-esr
parentdf10273571dd31da0c02312e59f5859594dfb38c (diff)
downloadfreebsd-ports-gnome-a4e96542b9ca936c35ebe422f698e9e468f0272c.tar.gz
freebsd-ports-gnome-a4e96542b9ca936c35ebe422f698e9e468f0272c.tar.zst
freebsd-ports-gnome-a4e96542b9ca936c35ebe422f698e9e468f0272c.zip
Fix plist by fixing the way EXTRA_SCRIPTS (bin/firefox.rb) is added to plist.
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 83de1a8e522c..68abd39f9392 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -168,7 +168,7 @@ pre-install:
${FAKEDIR}/bin/firefox \
${FAKEDIR}/bin/firefox-config
for i in ${EXTRA_SCRIPTS}; do \
- ${ECHO_CMD} bin/${i} ; \
+ ${ECHO_CMD} bin/${i} >> ${PLIST}; \
done
${ECHO_CMD} bin/firefox >> ${PLIST}
${ECHO_CMD} bin/firefox-config >> ${PLIST}