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 /editors/xemacs-devel | |
parent | f0aceca00f324eebe91c33778628a77705e77471 (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 10 |
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 |