aboutsummaryrefslogtreecommitdiff
path: root/www/firefox35
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-13 20:12:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-13 20:12:09 +0000
commit727c960cdfc90350527345165b6125e532358b18 (patch)
treeca5fdccf905c4e393ac9369e0e193bbfaca7932f /www/firefox35
parent4daab3b7274a26a5d86776d37196243413f99947 (diff)
downloadports-727c960cdfc90350527345165b6125e532358b18.tar.gz
ports-727c960cdfc90350527345165b6125e532358b18.zip
Fix up the port-install substitutions so that we operate on the correct files.
Reported by: Franz Klammer <klammer@webonaut.com>
Notes
Notes: svn path=/head/; revision=100871
Diffstat (limited to 'www/firefox35')
-rw-r--r--www/firefox35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index 90c95bf19f59..b94136056028 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -166,12 +166,12 @@ post-install:
.for ii in f F
${RM} -f ${PREFIX}/bin/${ii}irefox
${LN} -sf ${LOCAL_PREFIX}/bin/firefox ${PREFIX}/bin/${ii}irefox
- ${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/${ii}irefox
.endfor
+ ${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/firefox
${RM} -f ${PREFIX}/bin/firefox-config
${LN} -sf ${LOCAL_PREFIX}/bin/mozilla-config \
${PREFIX}/bin/firefox-config
- ${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/firefox-config
+ ${PERL} -pi -e 's|${FAKEDIR}|${PREFIX}|g' ${LOCAL_PREFIX}/bin/mozilla-config
${FIND} ${LOCAL_PREFIX}/lib/pkgconfig -type f | ${XARGS} ${PERL} -pi -e \
's|${FAKEDIR}|${PREFIX}|g'
-if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \