diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-23 06:26:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-23 06:26:14 +0800 |
commit | 52345e4b33f2e3f2e6bac8904a17f442fbe0c776 (patch) | |
tree | 54ffdf391e2f09265f368c69abc345206557138e /www/seamonkey2/Makefile | |
parent | 697c244f9653be632f04c485ceacd54c72a8826f (diff) | |
download | freebsd-ports-gnome-52345e4b33f2e3f2e6bac8904a17f442fbe0c776.tar.gz freebsd-ports-gnome-52345e4b33f2e3f2e6bac8904a17f442fbe0c776.tar.zst freebsd-ports-gnome-52345e4b33f2e3f2e6bac8904a17f442fbe0c776.zip |
Allow libart to be fetched quickly instead of wading through all the
MOZILLA dist sites' timeouts.
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 4b740e25dc92..45e0390e8e1a 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 |