summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-07 10:56:05 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-07 10:56:05 +0000
commitfce44275989a06fe964473d3481e73520216fd8b (patch)
tree79b857b07ec6ad2d469a43134d72b6810d75c8e6 /www/seamonkey2
parentForced commit to note that my previous commit actually included (diff)
Utilize MASTER_SITES grouping.
Notes
Notes: svn path=/head/; revision=54305
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index f19407df443c..0d1197ee8e74 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -9,11 +9,12 @@ PORTNAME= mozilla
PORTVERSION= 0.9.8
PORTEPOCH= 1
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \
- ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src
+MASTER_SITES= ${MASTER_SITE_MOZILLA} \
+ ${MASTER_SITE_LOCAL:S,$,:local,}
+MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src \
+ sobomax/:local
DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \
- libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}
+ libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local
MAINTAINER= gnome@FreeBSD.org