diff options
-rw-r--r-- | www/micro_httpd/Makefile | 4 | ||||
-rw-r--r-- | www/mini_httpd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index 9156309991a..e36b5f964ff 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:54 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/07 02:15:12 reed Exp $ DISTNAME= micro_httpd_14dec2001 PKGNAME= micro_httpd-20011214 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ -MAINTAINER= pkgsrc@bjan.freeshell.org +MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.acme.com/software/micro_httpd/ COMMENT= Really small HTTP server than runs from inetd(8) diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index c3caa961932..ffbdba62794 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2005/07/08 18:16:04 kristerw Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/07 02:15:12 reed Exp $ DISTNAME= mini_httpd-1.19 PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/mini_httpd/ -MAINTAINER= pkgsrc@bjan.freeshell.org +MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.acme.com/software/mini_httpd/ COMMENT= Small, forking webserver with IPv6 and SSL support |