diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-12 00:20:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-12 00:20:49 +0800 |
commit | 279a42afedb66ade4e96c1f8c5cf2b9eb81a4620 (patch) | |
tree | 7ef878d71e082e7295e7e2fbae1034a747f9a2b2 | |
parent | 29a48c05e0ad27f219edabe8ae4f657c1497357a (diff) | |
download | freebsd-ports-gnome-279a42afedb66ade4e96c1f8c5cf2b9eb81a4620.tar.gz freebsd-ports-gnome-279a42afedb66ade4e96c1f8c5cf2b9eb81a4620.tar.zst freebsd-ports-gnome-279a42afedb66ade4e96c1f8c5cf2b9eb81a4620.zip |
Mark as BROKEN: unfetchable.
Source: distfile survey
-rw-r--r-- | misc/bestfit/Makefile | 4 | ||||
-rw-r--r-- | misc/earthview/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 9751adfc2ddd..7531522f58be 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/ MAINTAINER= enderle@mdn.de COMMENT= Optimally choose files to be put on a CD (or other media) +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + MAN1= bestfit.1 MANCOMPRESSED= no PLIST_FILES= bin/bestfit diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index dbc835edd544..b35b0f9bf35c 100644 --- a/misc/earthview/Makefile +++ b/misc/earthview/Makefile @@ -15,6 +15,10 @@ 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 |