summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-24 12:09:17 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-24 12:09:17 +0000
commit7f17e86481c5da4ae20eddbfd82d7300ac85a1f4 (patch)
treee5bbd0b6e1bea2401c183d0c3a16962f14e67d38 /editors/xemacs-devel
parentAdd MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS. (diff)
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 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index b67c4df03c27..314aa07449be 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/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