From owner-freebsd-ports Sun Oct 22 12: 4:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha1.rdc1.kt.home.ne.jp [203.165.9.242]) by hub.freebsd.org (Postfix) with ESMTP id CD7AC37B4C5; Sun, 22 Oct 2000 12:04:33 -0700 (PDT) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20001022190431.DUHV11444.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Sun, 22 Oct 2000 12:04:31 -0700 Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e9MJ4U142828; Mon, 23 Oct 2000 04:04:30 +0900 (JST) Date: Mon, 23 Oct 2000 04:04:30 +0900 Message-ID: <86g0lopuip.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: gj@FreeBSD.org, kiri@pis.toba-cmt.ac.jp, keith@freebsd.sinica.edu.tw Cc: freebsd-ports@FreeBSD.org Subject: Adding MASTER_SITE_XEMACS User-Agent: Wanderlust/2.3.92 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'd like to add MASTER_SITE_XEMACS and make your ports use it. This will definitely make it easier to maintain the mirror sites list, so please check the attached patch and approve it. :) (Please do not care about MASTER_SITE_MOZILLA part of the patch) Regards, -- / /__ __ / ) ) ) ) / and.or.jp / ruby-lang.org Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" Index: Mk/bsd.sites.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.15 diff -u -r1.15 bsd.sites.mk --- Mk/bsd.sites.mk 2000/10/22 11:25:49 1.15 +++ Mk/bsd.sites.mk 2000/10/22 18:35:37 @@ -181,6 +181,27 @@ ftp://ftp.minet.net/pub/windowmaker/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ +MASTER_SITE_MOZILLA+= \ + ftp://ftp.mozilla.org/pub/%SUBDIR%/ \ + ftp://download.sourceforge.net/pub/mirrors/mozilla/%SUBDIR%/ \ + ftp://sunsite.utk.edu/pub/netscape-source/%SUBDIR%/ \ + ftp://ftp.informatik.uni-bonn.de/pub/www/mozilla/%SUBDIR%/ \ + ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.mozilla.org/pub/%SUBDIR%/ \ + ftp://sunsite.auc.dk/pub/mozilla/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.mozilla.org/pub/%SUBDIR%/ \ + ftp://ftp.sunsite.kth.se/archive/www/ftp.mozilla.org/%SUBDIR%/ \ + ftp://ftp2.sinica.edu.tw/pub3/www/mozilla/%SUBDIR%/ \ + ftp://ftp.is.co.za/networking/info-service/www/clients/netscape/mozilla/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,/%SUBDIR%/,/net/www/mozilla/%SUBDIR%/,} + +MASTER_SITE_XEMACS+= \ + ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ + ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/%SUBDIR%/ \ + ftp://ftp.usyd.edu.au/pub/xemacs/%SUBDIR%/ \ + ftp://ftp.lab.kdd.co.jp/xemacs/%SUBDIR%/ \ + ftp://ftp.th-darmstadt.de/pub/editors/xemacs/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,/%SUBDIR%/,/text/xemacs/%SUBDIR%/,} + MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ Index: editors/xemacs/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- editors/xemacs/Makefile 2000/08/03 09:23:03 1.56 +++ editors/xemacs/Makefile 2000/10/22 18:40:59 @@ -8,11 +8,8 @@ PORTNAME= xemacs PORTVERSION= 19.16 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} MAINTAINER= gj@FreeBSD.org Index: editors/xemacs-basic-mule-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-basic-mule-packages/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- editors/xemacs-basic-mule-packages/Makefile 2000/07/15 20:34:17 1.8 +++ editors/xemacs-basic-mule-packages/Makefile 2000/10/22 18:50:05 @@ -2,30 +2,23 @@ # Date created: 03 June 2000 # Whom: KIRIYAMA Kazuhiko # -# $FreeBSD: ports/editors/xemacs-basic-mule-packages/Makefile,v 1.8 2000/07/15 20:34:17 taoka Exp $$ +# $FreeBSD: ports/editors/xemacs-basic-mule-packages/Makefile,v 1.8 2000/07/15 20:34:17 taoka Exp $ # PORTNAME= xemacs-basic-mule-packages PORTVERSION= 1.0 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ egg-its-1.22-pkg.tar.gz \ elib-1.06-pkg.tar.gz \ locale-1.16-pkg.tar.gz \ mule-base-1.34-pkg.tar.gz \ skk-1.15-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/mule-packages Index: editors/xemacs-comm-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-comm-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-comm-packages/Makefile 2000/08/01 09:23:27 1.17 +++ editors/xemacs-comm-packages/Makefile 2000/10/22 18:50:36 @@ -8,13 +8,8 @@ PORTNAME= xemacs-comm-packages PORTVERSION= 1.1 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ bbdb-1.09-pkg.tar.gz \ eudc-1.31-pkg.tar.gz \ @@ -28,11 +23,9 @@ tm-1.23-pkg.tar.gz \ vm-1.22-pkg.tar.gz \ zenirc-1.07-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-games-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-games-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-games-packages/Makefile 2000/08/01 09:23:29 1.17 +++ editors/xemacs-games-packages/Makefile 2000/10/22 18:50:49 @@ -8,23 +8,16 @@ PORTNAME= xemacs-games-packages PORTVERSION= 1.0 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ cookie-1.12-pkg.tar.gz \ games-1.12-pkg.tar.gz \ mine-1.12-pkg.tar.gz \ misc-games-1.13-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-libs-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-libs-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-libs-packages/Makefile 2000/08/01 09:23:30 1.17 +++ editors/xemacs-libs-packages/Makefile 2000/10/22 18:51:00 @@ -8,24 +8,17 @@ PORTNAME= xemacs-libs-packages PORTVERSION= 1.1 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ Sun-1.12-pkg.tar.gz \ edebug-1.10-pkg.tar.gz \ sounds-au-1.09-pkg.tar.gz \ sounds-wav-1.09-pkg.tar.gz \ tooltalk-1.11-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-mule-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-mule-packages/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- editors/xemacs-mule-packages/Makefile 2000/07/15 20:34:21 1.8 +++ editors/xemacs-mule-packages/Makefile 2000/10/22 18:51:13 @@ -8,22 +8,15 @@ PORTNAME= xemacs-mule-packages PORTVERSION= 1.0 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ edict-1.09-pkg.tar.gz \ leim-1.15-pkg.tar.gz \ lookup-1.04-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/mule-packages Index: editors/xemacs-oa-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-oa-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-oa-packages/Makefile 2000/08/01 09:23:33 1.17 +++ editors/xemacs-oa-packages/Makefile 2000/10/22 18:51:23 @@ -8,13 +8,8 @@ PORTNAME= xemacs-oa-packages PORTVERSION= 1.0 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ calc-1.12-pkg.tar.gz \ calendar-1.14-pkg.tar.gz \ @@ -24,11 +19,9 @@ slider-1.11-pkg.tar.gz \ speedbar-1.14-pkg.tar.gz \ strokes-1.06-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-packages/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- editors/xemacs-packages/Makefile 2000/08/01 09:23:33 1.16 +++ editors/xemacs-packages/Makefile 2000/10/22 18:48:39 @@ -8,13 +8,8 @@ PORTNAME= xemacs-packages PORTVERSION= 1.5 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ apel-1.18-pkg.tar.gz \ auctex-1.19-pkg.tar.gz \ @@ -45,11 +40,9 @@ w3-1.15-pkg.tar.gz \ xemacs-base-1.42-pkg.tar.gz \ xemacs-devel-1.26-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-prog-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-prog-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-prog-packages/Makefile 2000/08/01 09:23:35 1.17 +++ editors/xemacs-prog-packages/Makefile 2000/10/22 18:51:57 @@ -8,13 +8,8 @@ PORTNAME= xemacs-prog-packages PORTVERSION= 1.1 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ ada-1.08-pkg.tar.gz \ ediff-1.26-pkg.tar.gz \ @@ -24,11 +19,9 @@ scheme-1.10-pkg.tar.gz \ vc-cc-1.14-pkg.tar.gz \ vhdl-1.10-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs-wp-packages/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-wp-packages/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- editors/xemacs-wp-packages/Makefile 2000/08/01 09:23:35 1.17 +++ editors/xemacs-wp-packages/Makefile 2000/10/22 18:52:26 @@ -8,24 +8,17 @@ PORTNAME= xemacs-wp-packages PORTVERSION= 1.1 CATEGORIES= editors elisp -MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/xemacs/packages/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ - +MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITE_SUBDIR= packages DISTFILES= \ crisp-1.11-pkg.tar.gz \ edt-1.09-pkg.tar.gz \ reftex-1.20-pkg.tar.gz \ textools-1.10-pkg.tar.gz \ tpu-1.10-pkg.tar.gz +DIST_SUBDIR= xemacs MAINTAINER= kiri@pis.toba-cmt.ac.jp - -DIST_SUBDIR= xemacs -MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes WRKSRC= ${WRKDIR}/xemacs-packages Index: editors/xemacs20/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs20/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- editors/xemacs20/Makefile 2000/10/08 00:45:26 1.39 +++ editors/xemacs20/Makefile 2000/10/22 18:53:39 @@ -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= ${DIST_SUBDIR} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= gj@FreeBSD.org Index: editors/xemacs21/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs21/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- editors/xemacs21/Makefile 2000/09/23 19:27:20 1.52 +++ editors/xemacs21/Makefile 2000/10/22 18:54:37 @@ -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 @@ -24,7 +22,6 @@ XEMACS_REL= 21.1 XEMACS_VER= 21.1.12 -DIST_SUBDIR= xemacs SLAVEDIRS+= editors/xemacs21-mule USE_XLIB= yes Index: chinese/xemacs/Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/xemacs/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- chinese/xemacs/Makefile 2000/08/03 09:22:42 1.5 +++ chinese/xemacs/Makefile 2000/10/22 18:37:42 @@ -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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message