diff options
author | jwise <jwise@pkgsrc.org> | 2005-04-11 15:11:27 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-04-11 15:11:27 +0000 |
commit | 3e02ab3b21b69ac9683da486f4e10cf3a90bd949 (patch) | |
tree | eec2e36688000e2f86b303c27afc9f3c1b1b8df6 | |
parent | b4b45be58eb2f9be9059f26c8a751dce40dc2ede (diff) | |
download | pkgsrc-3e02ab3b21b69ac9683da486f4e10cf3a90bd949.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.
-rw-r--r-- | devel/apache-ant/Makefile | 4 |
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" |