diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 20:04:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 20:04:44 +0000 |
commit | a26cb0d8da34a33c5d982444dfee1c465f350e69 (patch) | |
tree | b95d1e63b63b04b54abec33bfee8575953ff1623 /www/mozex | |
parent | 427551b09732866890688b33f4345bb65a661293 (diff) | |
download | ports-a26cb0d8da34a33c5d982444dfee1c465f350e69.tar.gz ports-a26cb0d8da34a33c5d982444dfee1c465f350e69.zip |
Notes
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 |