aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-07 18:56:05 +0800
committersobomax <sobomax@FreeBSD.org>2002-02-07 18:56:05 +0800
commit3ebc4c2513085f3c7ffba487a7cf9a9e7d8f48f7 (patch)
treea8972e83d6cd11c6fbd1bee1a768fc9ff3608b42 /www/mozilla
parentd662c610068f0bdc80b237ea56db1d988d4fb802 (diff)
downloadfreebsd-ports-gnome-3ebc4c2513085f3c7ffba487a7cf9a9e7d8f48f7.tar.gz
freebsd-ports-gnome-3ebc4c2513085f3c7ffba487a7cf9a9e7d8f48f7.tar.zst
freebsd-ports-gnome-3ebc4c2513085f3c7ffba487a7cf9a9e7d8f48f7.zip
Utilize MASTER_SITES grouping.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index f19407df443c..0d1197ee8e74 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/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