summaryrefslogtreecommitdiff
path: root/textproc/xml4j
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
commit37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch)
treed111af8805f53a860dcffea8daeb8e9837238499 /textproc/xml4j
parentAdd WWW (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27429
Diffstat (limited to 'textproc/xml4j')
-rw-r--r--textproc/xml4j/Makefile6
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