diff options
-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 |