diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/xml4j | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) |
Notes
Diffstat (limited to 'textproc/xml4j')
-rw-r--r-- | textproc/xml4j/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xml4j/Makefile b/textproc/xml4j/Makefile index f17fe346bc7d..cbe88e48cd1e 100644 --- a/textproc/xml4j/Makefile +++ b/textproc/xml4j/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: XML for Java -# Version required: 3.0.0-EA3 # Date created: 21 Feb 2000 # Whom: Jun Kuriyama <kuriyama@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xml4J_3_0_0EA3 -PKGNAME= xml4j-3.0.0e3 +PORTNAME= xml4j +PORTVERSION= 3.0.0.e3 CATEGORIES= textproc MASTER_SITES= http://www.alphaworks.ibm.com/tech/xml4j/ +DISTNAME= xml4J_3_0_0EA3 MAINTAINER= kuriyama@FreeBSD.org |