diff options
Diffstat (limited to 'java/xalan-j/Makefile')
-rw-r--r-- | java/xalan-j/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/xalan-j/Makefile b/java/xalan-j/Makefile index bb84dc0c55a3..50b3b78b973c 100644 --- a/java/xalan-j/Makefile +++ b/java/xalan-j/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: jakarta-ant +# New ports collection makefile for: xalan-j # Date created: 21 February 2001 -# Whom: ernst@jollem.com +# Whom: znerd@FreeBSD.org # # $FreeBSD$ # @@ -9,11 +9,10 @@ PORTNAME= xalan-j PORTVERSION= 2.1.0 CATEGORIES= java textproc MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \ - http://xml.apache.org/dist/old/${PORTNAME}/ \ - http://www.jollem.com/~ernst/ + http://www.metaverse.nl/~ernst/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} -MAINTAINER= ernst@jollem.com +MAINTAINER= znerd@FreeBSD.org RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper |