diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 10:19:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 10:19:44 +0000 |
commit | bdaa4bb4273d34615f377d00a4f8cecb9c73ae3d (patch) | |
tree | 4c914169e3662674b6a9035c9ab50bc208f3bd96 /editors/jext | |
parent | f156328e093589928e0926236cb2084709107c86 (diff) | |
download | ports-bdaa4bb4273d34615f377d00a4f8cecb9c73ae3d.tar.gz ports-bdaa4bb4273d34615f377d00a4f8cecb9c73ae3d.zip |
Notes
Diffstat (limited to 'editors/jext')
-rw-r--r-- | editors/jext/Makefile | 3 | ||||
-rw-r--r-- | editors/jext/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile index eeb4042571a9..be96093a7d11 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -8,7 +8,8 @@ PORTNAME= jext PORTVERSION= 2.8.0.3 CATEGORIES= editors java -MASTER_SITES= http://members.xoom.com/romainguy/ +MASTER_SITES= http://www.jext.org/ \ + http://members.xoom.com/romainguy/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} swingall.jar MAINTAINER= sobomax@FreeBSD.org diff --git a/editors/jext/pkg-descr b/editors/jext/pkg-descr index 3c06f9894bda..cf186bce5844 100644 --- a/editors/jext/pkg-descr +++ b/editors/jext/pkg-descr @@ -3,4 +3,4 @@ for programmers. Thus, Jext provides a lot of useful functions for coders: syntax colorizing (Perl, XML/HTML, Java, JavaScript), auto indent, methods seeker for Java, source code formatting and much more... -WWW: http://www.chez.com/powerteam/jext/ +WWW: http://www.jext.org/ |