diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:47:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:47:46 +0000 |
commit | e2c0e4c0335ca59f1adc284e2ab6d0940a959dad (patch) | |
tree | b10df28178052f87f334ed7d9bf3e7038d08cfd9 | |
parent | f318f8308ab60caf16dfb3150018962c9c2b435d (diff) | |
download | pkgsrc-e2c0e4c0335ca59f1adc284e2ab6d0940a959dad.tar.gz |
Using MASTER_SITE_XEMACS instead of hard-coded URLs. Removed those URLs
that don't exist anymore. Added the others to MASTER_SITE_XEMACS in
bsd.sites.mk.
-rw-r--r-- | www/w3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index 62ab39bf31c..cd9561eefd8 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/08/28 04:25:31 uebayasi Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/03 13:47:46 rillig Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= ${EMACS_PKGNAME_PREFIX}w3-4.0b47 CATEGORIES= www -MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/emacs-w3/ \ - ftp://ftp.usyd.edu.au/pub/Xemacs/emacs-w3/ \ - ftp://ftp.lab.kdd.co.jp/xemacs/emacs-w3/ \ - ftp://ftp.th-darmstadt.de/pub/editors/xemacs/emacs-w3/ +MASTER_SITES= ${MASTER_SITE_XEMACS:=emacs-w3/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html |