diff options
Diffstat (limited to 'www/firefox15/Makefile')
-rw-r--r-- | www/firefox15/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index a62cffed60b1..0dc8d6103e9d 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -6,12 +6,12 @@ # PORTNAME= firefox -PORTVERSION= 1.0.1.p -PORTREVISION= 4 +PORTVERSION= 1.0.r1 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${REALVERSION} -DISTNAME= ${PORTNAME}-1.0PR-source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0rc1 +DISTNAME= ${PORTNAME}-1.0rc1-source MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -25,7 +25,7 @@ RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} FAKEDIR= ${WRKDIR}/fake -REALVERSION= 0.10.1 +REALVERSION= 1.0 HAS_CONFIGURE= yes ESD_LIB= libesd.so.2 LOCAL_PREFIX= ${PREFIX}/lib/${PORTNAME} |