diff options
author | keith <keith@FreeBSD.org> | 2001-03-01 23:29:29 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-03-01 23:29:29 +0800 |
commit | 03310fe8a2bfb2dd5d5c446f334e59fe393e909a (patch) | |
tree | ce756ffce0ecd5663838c469c2d690d726a782e0 /chinese/xemacs | |
parent | 36bb3ea2c6b0f7f00cdec8f940f9bb5431f1e6b7 (diff) | |
download | freebsd-ports-graphics-03310fe8a2bfb2dd5d5c446f334e59fe393e909a.tar.gz freebsd-ports-graphics-03310fe8a2bfb2dd5d5c446f334e59fe393e909a.tar.zst freebsd-ports-graphics-03310fe8a2bfb2dd5d5c446f334e59fe393e909a.zip |
Fix MASTER_SITES.
Submitted by: fenner
Diffstat (limited to 'chinese/xemacs')
-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 eb7aa9a25df..dac0e46a55e 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} |