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 /editors/xemacs20 | |
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 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 2b2b0321de13..b1ffe0c54367 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -8,12 +8,8 @@ PORTNAME= xemacs PORTVERSION= 20.4 CATEGORIES= 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.usyd.edu.au/pub/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} ${MULEDISTFILE} MAINTAINER= gj@FreeBSD.org |