diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
commit | c0379f51fd2e7a8153c12882cb64f4bddae5a9a3 (patch) | |
tree | 2478ff4dabbea5844338aa5aaac8a848915dfa58 /editors | |
parent | ab162cfd85a47f76dbd1f993792047b738aa26af (diff) | |
download | ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.tar.gz ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e93/Makefile | 6 | ||||
-rw-r--r-- | editors/vigor/Makefile | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index b72205f0a303..c6e83d2be75a 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -9,13 +9,11 @@ PORTNAME= e93 PORTVERSION= 1.3.4 PORTREVISION= 2 CATEGORIES= editors tcl tk -MASTER_SITES= ftp://ftp.e93.org/pub/ \ - http://www.crpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= ftp://ftp.e93.org/pub/ DISTNAME= ${PORTNAME}-1.3r4X EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A nifty editor based on Tcl/Tk USE_TCL= 84 diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index bec7219b2175..eae0637e8488 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors tcl tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A vi clone inspired by the userfriendly comic strip USE_TCL= yes |