diff options
Diffstat (limited to 'x11/xglobe')
-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} |