summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-25 16:17:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-25 16:17:08 +0000
commit1778f88fb5329dee6a24526c7ba290baca6cc38e (patch)
tree768c5a0cf618711a0c2b2ef131ee2edd0c407178 /www/mozilla
parent- Update version to 20041024 (diff)
Fix a botched patch on my part. Now that we're doing the substitution in
pre-install, we need to do it to different files. Reported by: nork
Notes
Notes: svn path=/head/; revision=120164
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 3787c6dd1b67..b1cbccda3b57 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -275,8 +275,8 @@ pre-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} install
${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \
- ${PREFIX}/lib/${MOZILLA}/mozilla \
- ${PREFIX}/lib/${MOZILLA}/mozilla-config
+ ${FAKEDIR}/bin/mozilla \
+ ${FAKEDIR}/bin/mozilla-config
if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \
${ECHO_CMD} bin/mozilla >> ${PLIST} ; \
fi