diff options
author | magick <magick@pkgsrc.org> | 2002-04-01 18:15:52 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-04-01 18:15:52 +0000 |
commit | d54f71afb6e22084d125b798f6f87291c24bc38f (patch) | |
tree | 96b1103df01c88799419ec05e2962679bfde0203 /editors/xemacs-current | |
parent | 987b2de2de4f12c3474678942c7cdee3fde5f9c7 (diff) | |
download | pkgsrc-d54f71afb6e22084d125b798f6f87291c24bc38f.tar.gz |
Remove ftp.th-darmstadt.de (outdated) and ftp.usyd.edu.au (refusing passive
ftp) from the list of mirrors. Closes pkg/16148 by Lloyd Parkes.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 654325298ef..5a5992caac2 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2002/03/29 14:54:48 magick Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/01 18:15:52 magick Exp $ DISTNAME= xemacs-21.5.5 CATEGORIES= editors MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.5/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-21.5/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/xemacs-21.5/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-21.5/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-21.5/ + ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-21.5/ MAINTAINER= magick@netbsd.org HOMEPAGE= http://www.xemacs.org/ |