diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-10 10:17:20 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-10 10:17:20 +0000 |
commit | 763b461efcef8e1a87f4a70084acd427a2d8a641 (patch) | |
tree | de03002dabfdcfc6d6fb7ef6c491def41995c910 /www/firefox-devel/Makefile | |
parent | Add p5-Class-Autouse 0.7, defer loading of one or more classes. (diff) |
Backed down to 0.4_10 because 0.5 was borked.
Notes
Notes:
svn path=/head/; revision=71501
Diffstat (limited to 'www/firefox-devel/Makefile')
-rw-r--r-- | www/firefox-devel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 782a3adc2d54..4737767c1d58 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -8,11 +8,11 @@ # PORTNAME= phoenix -PORTVERSION= 0.5.20021209 -PORTREVISION= 0 +PORTVERSION= 0.4 +PORTREVISION= 10 CATEGORIES= www # pita -MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} -MASTER_SITE_SUBDIR= alane +MASTER_SITES= ${MASTER_SITE_LOCAL} # ${BSD_WEBDIR} +MASTER_SITE_SUBDIR= trevor MAINTAINER= phoenix@freebsd.org # alane@fbsd and trevor@fbsd @@ -49,7 +49,8 @@ WRKSRC= ${WRKDIR}/mozilla LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} JREDIR= ${LOCALBASE}/jdk1.3.1/jre -MOZVER= 1.3a +MOZVER= 1.2b +#MOZVER= 1.3a PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .include <bsd.port.pre.mk> |