diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 12:09:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 12:09:17 +0000 |
commit | 7f17e86481c5da4ae20eddbfd82d7300ac85a1f4 (patch) | |
tree | e5bbd0b6e1bea2401c183d0c3a16962f14e67d38 /chinese/xemacs | |
parent | f0aceca00f324eebe91c33778628a77705e77471 (diff) | |
download | ports-7f17e86481c5da4ae20eddbfd82d7300ac85a1f4.tar.gz ports-7f17e86481c5da4ae20eddbfd82d7300ac85a1f4.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)
Notes
Notes:
svn path=/head/; revision=34180
Diffstat (limited to 'chinese/xemacs')
-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 |