diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-11 04:04:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-11 04:04:44 +0800 |
commit | 3c0297024802655252fd633ebd1b7b05474dcb73 (patch) | |
tree | af6446844bbbee9c41208846a27db4b48288e17f /www/mozex | |
parent | dc0b7929209401ca1ad88e0f87ea861dcdac1a86 (diff) | |
download | freebsd-ports-gnome-3c0297024802655252fd633ebd1b7b05474dcb73.tar.gz freebsd-ports-gnome-3c0297024802655252fd633ebd1b7b05474dcb73.tar.zst freebsd-ports-gnome-3c0297024802655252fd633ebd1b7b05474dcb73.zip |
Chase the firefox 1.0 update.
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile.xpi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozex/Makefile.xpi b/www/mozex/Makefile.xpi index 6bae7a1005e1..ccf6c2fc2b83 100644 --- a/www/mozex/Makefile.xpi +++ b/www/mozex/Makefile.xpi @@ -38,7 +38,7 @@ MOZDIR!= ${FIND} ${X11BASE}/lib -name firefox-bin -exec dirname {} \; | ${HEAD} MOZDIR= . endif . if empty(MOZDIR) -MOZVER= firefox-0.9 # Warning! chase this when upgrading firefox. +MOZVER= firefox-1.0 # Warning! chase this when upgrading firefox. . else MOZVER!= ${BASENAME} ${MOZDIR} . endif |