aboutsummaryrefslogtreecommitdiff
path: root/www/mozex
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-13 08:23:15 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-13 08:23:15 +0000
commit19bd6140a7bd3959301e39c2a795134b507d32e5 (patch)
treef107c2d6604638f1c94a36712bff59d48a24b832 /www/mozex
parent56ed3684e4b9e2b41aeafbd2ce158b3efa4ca771 (diff)
downloadports-19bd6140a7bd3959301e39c2a795134b507d32e5.tar.gz
ports-19bd6140a7bd3959301e39c2a795134b507d32e5.zip
Notes
Diffstat (limited to 'www/mozex')
-rw-r--r--www/mozex/Makefile2
-rw-r--r--www/mozex/Makefile.xpi4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile
index 83836a609d26..24282a80c28c 100644
--- a/www/mozex/Makefile
+++ b/www/mozex/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mozex
PORTVERSION= 1.07
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES= www mail news ftp
MASTER_SITES= http://downloads.mozdev.org/mozex/ \
http://mozdev.sweetooth.org/mozex/
diff --git a/www/mozex/Makefile.xpi b/www/mozex/Makefile.xpi
index ccf6c2fc2b83..bc2fd9aedfe1 100644
--- a/www/mozex/Makefile.xpi
+++ b/www/mozex/Makefile.xpi
@@ -38,12 +38,12 @@ MOZDIR!= ${FIND} ${X11BASE}/lib -name firefox-bin -exec dirname {} \; | ${HEAD}
MOZDIR=
. endif
. if empty(MOZDIR)
-MOZVER= firefox-1.0 # Warning! chase this when upgrading firefox.
+MOZVER= firefox
. else
MOZVER!= ${BASENAME} ${MOZDIR}
. endif
MOZPORT= firefox
-MOZLDIR= lib/firefox/lib/${MOZVER}
+MOZLDIR= lib/firefox
.endif
.if empty(MOZDIR)
MOZDIR= ${X11BASE}/${MOZLDIR}