diff options
author | recht <recht@pkgsrc.org> | 2004-08-29 15:40:03 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-29 15:40:03 +0000 |
commit | e31bffa987461d37a8322275eafe792b59c1c6af (patch) | |
tree | dffe57b1159e5f848c9cd095c1d5eda56dd0f3df /www | |
parent | b26f36cf5747849b9ac93a0b5fea4bf89fef363b (diff) | |
download | pkgsrc-e31bffa987461d37a8322275eafe792b59c1c6af.tar.gz |
fix maintainer line (s/package@NetBSD.org/tech-pkg@NetBSD.org/)
Diffstat (limited to 'www')
-rw-r--r-- | www/w3c-httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 2c6434387e8..51ec65f1f82 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:28:00 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/29 15:40:03 recht Exp $ # FreeBSD Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp DISTNAME= w3c-httpd-3.0A @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ ftp://ftp-eu.w3.org/pub/httpd/ -MAINTAINER= package@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.w3.org/pub/WWW/Daemon/ COMMENT= WWW server from the W3 Consortium (W3C) |