diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-13 16:23:15 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-13 16:23:15 +0800 |
commit | 60097af291c708b3d07882686046f0cda1748d42 (patch) | |
tree | d64b4d221b6dda93c2f07396edb05b2b0daa13b5 /www/mozex/Makefile.xpi | |
parent | 37d4aaea2989227c12d78b59d470f49476ab5e14 (diff) | |
download | freebsd-ports-gnome-60097af291c708b3d07882686046f0cda1748d42.tar.gz freebsd-ports-gnome-60097af291c708b3d07882686046f0cda1748d42.tar.zst freebsd-ports-gnome-60097af291c708b3d07882686046f0cda1748d42.zip |
Chase changes to firefox
Approved by: marcus (co mentor)
Diffstat (limited to 'www/mozex/Makefile.xpi')
-rw-r--r-- | www/mozex/Makefile.xpi | 4 |
1 files changed, 2 insertions, 2 deletions
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} |