diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2001-01-12 16:59:59 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2001-01-12 16:59:59 +0000 |
commit | 47bb4f9b995c49822ee6cb173af565d90f24ae02 (patch) | |
tree | 093685bac819905259814c4f467fa7ad3fdc4a0d /www/seamonkey/Makefile | |
parent | bf220cd169af14650422a80ad840143a966fe604 (diff) |
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index bc8ff4d40a41..cd8650d3b5f8 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mozilla -PORTVERSION= M18 -PORTREVISION= 1 +PORTVERSION= 0.7 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= reg@FreeBSD.org |