diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-28 22:49:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-28 22:49:02 +0000 |
commit | 34afd47109133d1198303b3a52992692f30c9700 (patch) | |
tree | beb1b1b07d07a2797898f361e4248335504fd4b3 | |
parent | Remove dead mastersites (diff) |
Make fetchable again.
-rw-r--r-- | misc/earthview/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index b35b0f9bf35c..522be4da0462 100644 --- a/misc/earthview/Makefile +++ b/misc/earthview/Makefile @@ -9,16 +9,12 @@ PORTNAME= earthview PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/ +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Produces a view output of an arbitrary region of the Earth -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - USE_REINPLACE= yes USE_XLIB= yes CFLAGS+= -I${X11BASE}/include |