aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla-vendor
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-14 12:26:40 +0800
committermarcus <marcus@FreeBSD.org>2003-02-14 12:26:40 +0800
commit530fbbd259a56f82d212fd68a1a1026d40a8ee2f (patch)
treef4b9f52e6d98c046926d4d96d61e308062ac965d /www/mozilla-vendor
parent907a6c264db0ad45cf43259ad6a8e2c33b6ab2df (diff)
downloadfreebsd-ports-gnome-530fbbd259a56f82d212fd68a1a1026d40a8ee2f.tar.gz
freebsd-ports-gnome-530fbbd259a56f82d212fd68a1a1026d40a8ee2f.tar.zst
freebsd-ports-gnome-530fbbd259a56f82d212fd68a1a1026d40a8ee2f.zip
Fix the ${MASTER_SITE_LOCAL} group so that it correctly makes use of
${MASTER_SITE_LOCAL}. This should fix the libart fetch problem with the Taiwan FTP server. Reported by: many
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r--www/mozilla-vendor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index 870b5546099b..193b5d678223 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA} \
- ${MASTER_SITE_LOCAL}:local
+ ${MASTER_SITE_LOCAL:S/$/:local/}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \
marcus/:local
DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \