diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 17:25:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 17:25:55 +0000 |
commit | a372be73693b8b66e4a4a8cd2b7371cebb6a8519 (patch) | |
tree | b7343e58e73e519ce051fba686fe3831fcdf5aa7 /editors | |
parent | 35d22347a1fb9702cf9652f78b58636655b986b8 (diff) |
Make a mirror and take maintainership.
PR: 84444
Submitted by: Gabor Kovesdan <gabor.kovesdan (at) t-hosting.hu>
Notes
Notes:
svn path=/head/; revision=140707
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dte/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/dte/Makefile b/editors/dte/Makefile index 8ad62bc87fef..87a89b94a4b2 100644 --- a/editors/dte/Makefile +++ b/editors/dte/Makefile @@ -8,13 +8,10 @@ PORTNAME= dte PORTVERSION= 6.12 CATEGORIES= editors -MASTER_SITES= ftp://mugca.cc.monash.edu.au/pub/dougt/ +MASTER_SITES= http://freebsd.t-hosting.hu/dte/ EXTRACT_SUFX= .tgz -DEPRECATED= "master site disappeared, last version in port is from 2000" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gkovesdan@t-hosting.hu COMMENT= A simple text editor which uses many of the shortcuts used in MSDOS EDIT MAN1= dte.1 |