diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-17 19:18:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-17 19:18:29 +0800 |
commit | 55002105cc64b2663ebb3a4abd80b71feed38cb2 (patch) | |
tree | f2cf494677a57cd973504a381e6e0ff241b3964f /editors/jext | |
parent | 884142f52a3aafc537150996ae588f899f5543a5 (diff) | |
download | freebsd-ports-gnome-55002105cc64b2663ebb3a4abd80b71feed38cb2.tar.gz freebsd-ports-gnome-55002105cc64b2663ebb3a4abd80b71feed38cb2.tar.zst freebsd-ports-gnome-55002105cc64b2663ebb3a4abd80b71feed38cb2.zip |
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
Diffstat (limited to 'editors/jext')
-rw-r--r-- | editors/jext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile index e75bf200e1fd..c2ef33a3fa61 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: jext # Date created: 17 Febrary 2000 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= editors java MASTER_SITES= http://members.xoom.com/romainguy/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} swingall.jar -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/jdk |