diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-13 08:23:15 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-13 08:23:15 +0000 |
commit | 19bd6140a7bd3959301e39c2a795134b507d32e5 (patch) | |
tree | f107c2d6604638f1c94a36712bff59d48a24b832 /www/mozex | |
parent | 56ed3684e4b9e2b41aeafbd2ce158b3efa4ca771 (diff) |
Notes
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile | 2 | ||||
-rw-r--r-- | www/mozex/Makefile.xpi | 4 |
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} |