aboutsummaryrefslogtreecommitdiff
path: root/www/mozex
diff options
context:
space:
mode:
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}