diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-22 16:58:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-22 16:58:31 +0000 |
commit | 1d5ba524f2015b73f2102264c13e11f360ca5250 (patch) | |
tree | 1f7670c1dc5bfa6d7c66e382655b102d97320035 /www/seamonkey/Makefile | |
parent | c46347f938fc8687c6c121286632f3915f882886 (diff) | |
download | ports-1d5ba524f2015b73f2102264c13e11f360ca5250.tar.gz ports-1d5ba524f2015b73f2102264c13e11f360ca5250.zip |
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3adb055a2613..90e14f7edd06 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,16 +6,15 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTVERSION= 1.0.rc1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL:S,$,:local,} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src \ +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ sobomax/:local DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local + libart_lgpl-0.9.9${EXTRACT_SUFX}:local MAINTAINER= gnome@FreeBSD.org |