diff options
author | gj <gj@FreeBSD.org> | 2001-03-23 21:05:48 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-03-23 21:05:48 +0000 |
commit | 92c7e7b697516051743a54a9e5aa08e1027ed203 (patch) | |
tree | 5891941d2a6252004fd649f207ca4717d33a8fc5 /editors | |
parent | 7cb2ac110cc9df701d2c3aec8d03f66d23f62fcc (diff) | |
download | FreeBSD-ports-92c7e7b697516051743a54a9e5aa08e1027ed203.zip FreeBSD-ports-92c7e7b697516051743a54a9e5aa08e1027ed203.tar.gz |
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 f55f045..e63df2c 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} |