diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-23 21:05:48 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-23 21:05:48 +0000 |
commit | 90323bbdad9d4d3db534e1235a06f9644b423eef (patch) | |
tree | 529a98fcaadaa854af66f8bb4b65bb4e4ddfd6ce /editors | |
parent | 00835307315a546cf842b84a4605c6eef77d35e5 (diff) | |
download | freebsd-ports-90323bbdad9d4d3db534e1235a06f9644b423eef.zip |
Don't bother using MASTER_SITE_XEMACS at all in these ports since the
dist files are no longer on any of the standard sites. Hopefully this
will (fractionally) speed up the Fenner dist file testing.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index f55f045d0e03..e63df2c9f527 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -8,8 +8,7 @@ PORTNAME= xemacs PORTVERSION= 20.4 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_XEMACS} -MASTER_SITES+= ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/20.4/ \ +MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/20.4/ \ ftp://ftp.sunsite.org.uk/Mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} |