diff options
author | keith <keith@FreeBSD.org> | 2001-03-01 15:29:29 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-03-01 15:29:29 +0000 |
commit | 03310fe8a2bfb2dd5d5c446f334e59fe393e909a (patch) | |
tree | ce756ffce0ecd5663838c469c2d690d726a782e0 /chinese | |
parent | 36bb3ea2c6b0f7f00cdec8f940f9bb5431f1e6b7 (diff) | |
download | FreeBSD-ports-03310fe8a2bfb2dd5d5c446f334e59fe393e909a.zip FreeBSD-ports-03310fe8a2bfb2dd5d5c446f334e59fe393e909a.tar.gz |
Fix MASTER_SITES.
Submitted by: fenner
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xemacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index eb7aa9a..dac0e46 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -9,6 +9,8 @@ PORTNAME= xemacs PORTVERSION= 20.4 CATEGORIES= chinese editors MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITES+= ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/20.4/ \ + ftp://ftp.sunsite.org.uk/Mirrors/ftp.xemacs.org/pub/xemacs/%SUBDDIR%/ MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-mule${EXTRACT_SUFX} |