diff options
author | knu <knu@FreeBSD.org> | 2000-10-24 20:09:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-24 20:09:17 +0800 |
commit | 30b5da4d4b7d863f8ccde06363807178398480cd (patch) | |
tree | e0860dbf7875c048401925eb2177c6dc3208aa53 /chinese | |
parent | 9e2de7e04031f30e3120ffea851962803642c543 (diff) | |
download | freebsd-ports-gnome-30b5da4d4b7d863f8ccde06363807178398480cd.tar.gz freebsd-ports-gnome-30b5da4d4b7d863f8ccde06363807178398480cd.tar.zst freebsd-ports-gnome-30b5da4d4b7d863f8ccde06363807178398480cd.zip |
Use MASTER_SITE_XEMACS.
Reorder variables to satisfy portlint.
Approved by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
(MAINTAINER of chinese/xemacs)
KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
(MAINTAINER of xemacs-*-packages)
Diffstat (limited to 'chinese')
-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 |