diff options
Diffstat (limited to 'chinese/xemacs/Makefile')
-rw-r--r-- | chinese/xemacs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index bd7b46ba714b..5392d69e1206 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -8,10 +8,8 @@ PORTNAME= xemacs PORTVERSION= 20.4 CATEGORIES= chinese editors -MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/${DISTNAME}/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${DISTNAME}/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/${DISTNAME}/ +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-mule${EXTRACT_SUFX} MAINTAINER= keith@freebsd.sinica.edu.tw |