summaryrefslogtreecommitdiff
path: root/www/firefox35
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 08:18:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-11 08:18:19 +0000
commit4fb396918c8576b34ba8dbf70e05ce05d57ac103 (patch)
tree2ed9027f8c0c18eb178aab928455da06265e73a1 /www/firefox35
parentUpdate to 1.05 release: (diff)
Fix a bug where @PREFIX@ was being substituted with the fake package prefix
paths.
Notes
Notes: svn path=/head/; revision=100646
Diffstat (limited to 'www/firefox35')
-rw-r--r--www/firefox35/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index fa30a6eb63a5..716efdb78852 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firefox
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}
@@ -98,7 +99,7 @@ post-extract::
-e 's|@LIBS@|${LIBS}|' \
-e 's|@X11BASE@|${X11BASE}|' \
-e 's|@LOCALBASE@|${LOCALBASE}|' \
- -e 's|@PREFIX@|${FAKEDIR}/lib/firefox|' \
+ -e 's|@PREFIX@|${PREFIX}/lib/firefox|' \
-e 's|@PERL@|${PERL5}|' \
<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig