diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2001-11-27 12:30:46 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2001-11-27 12:30:46 +0000 |
commit | b010db9f810f140df5a5d363c1fb1a2de09b82f8 (patch) | |
tree | 9dfddaf6686b8324d3a2593b8aa17c6da1a63b15 /textproc | |
parent | 15b9848b13c57bc421da23a1c8a8a2deaf005e43 (diff) | |
download | ports-b010db9f810f140df5a5d363c1fb1a2de09b82f8.tar.gz ports-b010db9f810f140df5a5d363c1fb1a2de09b82f8.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xalan-j/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index bb84dc0c55a3..50b3b78b973c 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/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 |