diff options
author | kim <kim@pkgsrc.org> | 1999-07-04 23:42:52 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-07-04 23:42:52 +0000 |
commit | bf1b5c5e69f031ec39172c91fb2642601f95861f (patch) | |
tree | 83140065536bc935cd79e40260befb858676ca5c /x11 | |
parent | c90c5b81b32618d22229b5b2957e0018ba8e4bb5 (diff) | |
download | pkgsrc-bf1b5c5e69f031ec39172c91fb2642601f95861f.tar.gz |
The original MASTER_SITE misbehaves -- comment it out.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xglobe/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index 185fd76cdfd..9a56ed95021 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,10 +1,16 @@ -# $NetBSD: Makefile,v 1.6 1999/06/04 15:39:10 drochner Exp $ +# $NetBSD: Makefile,v 1.7 1999/07/04 23:42:52 kim Exp $ # DISTNAME= xglobe-0.2 CATEGORIES= x11 -MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ \ - http://livingearth.com/LE/images/ \ +# +# The original MASTER_SITE for the program responds "200 OK" +# and produces a page explaining how the user "uddn" no longer +# has web pages on their system. +# +#MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ \ +# +MASTER_SITES= http://livingearth.com/LE/images/ \ http://www.ngdc.noaa.gov/mgg/image/ DISTFILES+= ${MAPS} ${DISTNAME}${EXTRACT_SUFX} |