summaryrefslogtreecommitdiff
path: root/devel/apache-ant
diff options
context:
space:
mode:
authorjwise <jwise>2005-04-11 15:11:27 +0000
committerjwise <jwise>2005-04-11 15:11:27 +0000
commitec06d30b75509f8c53bfeb79b1db3294958bf57e (patch)
treeeec2e36688000e2f86b303c27afc9f3c1b1b8df6 /devel/apache-ant
parentfd36421df5615ed401954195aa1507d1dac15914 (diff)
downloadpkgsrc-ec06d30b75509f8c53bfeb79b1db3294958bf57e.tar.gz
Having never had anything to do with this package, correct a
MAINTAINER=jwise@netbsd.org which appears to have been copied wholesale from the apache-ant15 package.
Diffstat (limited to 'devel/apache-ant')
-rw-r--r--devel/apache-ant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index f701327ec1d..d758a6304b9 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/11/13 21:28:28 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/11 15:11:27 jwise Exp $
#
# NOTE: if you are depending on ant from another package, please be aware that
# the ant team has CHANGED the version numbering scheme. A previous version
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/}
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}-bin${EXTRACT_SUFX}
-MAINTAINER= jwise@NetBSD.org
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ant.apache.org/
COMMENT= "Apache Project's Java-Based make(1) replacement"