diff options
author | jlam <jlam@pkgsrc.org> | 2005-10-23 20:14:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-10-23 20:14:43 +0000 |
commit | 813025b4414c4718c367c72af731e8a40155b89c (patch) | |
tree | 3538d512b54477a21753926d48d906e80ba41062 /www/apache2 | |
parent | 40d65e93e13a019d66ef4e5d10cf99a5132fd21a (diff) | |
download | pkgsrc-813025b4414c4718c367c72af731e8a40155b89c.tar.gz |
Add missing manpage to PLIST. Bump PKGREVISION for binary package change.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 96b839d1c2f..91277921bf7 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.85 2005/10/21 10:31:18 tron Exp $ +# $NetBSD: Makefile,v 1.86 2005/10/23 20:14:43 jlam Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ diff --git a/www/apache2/PLIST b/www/apache2/PLIST index 879ccbad040..e21c37b37bc 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2005/10/17 10:37:11 tron Exp $ +@comment $NetBSD: PLIST,v 1.32 2005/10/23 20:14:43 jlam Exp $ include/httpd/ap_compat.h include/httpd/ap_config.h include/httpd/ap_config_auto.h @@ -55,6 +55,7 @@ lib/httpd/httpd.exp libexec/cgi-bin/printenv libexec/cgi-bin/test-cgi man/man1/dbmmanage.1 +man/man1/htdbm.1 man/man1/htdigest.1 man/man1/htpasswd.1 man/man8/ab.8 |