aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-24 20:09:17 +0800
committerknu <knu@FreeBSD.org>2000-10-24 20:09:17 +0800
commit30b5da4d4b7d863f8ccde06363807178398480cd (patch)
treee0860dbf7875c048401925eb2177c6dc3208aa53 /editors/xemacs
parent9e2de7e04031f30e3120ffea851962803642c543 (diff)
downloadfreebsd-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/xemacs')
-rw-r--r--editors/xemacs/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index b67c4df03c27..314aa07449be 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -8,12 +8,10 @@
PORTNAME= xemacs
PORTVERSION= ${XEMACS_VER}
CATEGORIES+= editors
-MASTER_SITES= \
- ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \
- ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \
- ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-${XEMACS_REL}/ \
- ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/
+MASTER_SITES= ${MASTER_SITE_XEMACS}
+MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
+DIST_SUBDIR= xemacs
MAINTAINER?= gj@FreeBSD.org
@@ -26,8 +24,6 @@ XEMACS_REL= 21.1
XEMACS_VER= 21.1.12
XEMACS_ARCH= ${CONFIGURE_TARGET}
-DIST_SUBDIR= xemacs
-
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_XPM= yes