diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dte/Makefile | 3 | ||||
-rw-r--r-- | editors/sted/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/dte/Makefile b/editors/dte/Makefile index 796a90b50778..e43da5450378 100644 --- a/editors/dte/Makefile +++ b/editors/dte/Makefile @@ -11,6 +11,9 @@ CATEGORIES= editors MASTER_SITES= ftp://mugca.cc.monash.edu.au/pub/dougt/ EXTRACT_SUFX= .tgz +DEPRECATED= "master site disappeared, last version in port is from 2000" +EXPIRATION_DATE=2005-07-31 + MAINTAINER= ports@FreeBSD.org COMMENT= A simple text editor which uses many of the shortcuts used in MSDOS EDIT diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 6d653ade79aa..4d8a9f278e2d 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://user.tninet.se/~uxm165t/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple/Small/Stupid Text Editor +DEPRECATED= "master site disappeared" +EXPIRATION_DATE=2005-07-31 + WRKSRC= ${WRKDIR}/sted MAN1= sted.1 |