diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-22 22:26:14 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-22 22:26:14 +0000 |
commit | 52345e4b33f2e3f2e6bac8904a17f442fbe0c776 (patch) | |
tree | 54ffdf391e2f09265f368c69abc345206557138e /www/mozilla-devel/Makefile | |
parent | 697c244f9653be632f04c485ceacd54c72a8826f (diff) | |
download | FreeBSD-ports-52345e4b33f2e3f2e6bac8904a17f442fbe0c776.zip FreeBSD-ports-52345e4b33f2e3f2e6bac8904a17f442fbe0c776.tar.gz |
Allow libart to be fetched quickly instead of wading through all the
MOZILLA dist sites' timeouts.
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 4b740e2..45e0390 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 1.0.rc1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - http://people.freebsd.org/~sobomax/ + http://people.freebsd.org/~sobomax/:people MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX} + libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:people MAINTAINER= gnome@FreeBSD.org |