summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-06-05 11:09:23 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-06-05 11:09:23 +0000
commit84681154c8374e1d1e1fdedeb5e04865bcdd0150 (patch)
tree2e4296d73730544e6ff7c2f7e6237b8d224e88fc /www
parentf31ddad6288dff40040c293991c93df5c2539087 (diff)
downloadpkgsrc-84681154c8374e1d1e1fdedeb5e04865bcdd0150.tar.gz
portlint: remove double entry for htpasswd.1 and add missing htdigest.1.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 508e7770e30..350a11f769d 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/06/04 19:38:36 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/05 11:09:23 frueauf Exp $
#
DISTNAME= apache_1.3b7
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+=--compat --prefix=${PREFIX}/http --exec-prefix=${PREFIX} \
--enable-module=most --enable-module=auth_db \
--disable-module=auth_dbm --with-perl=${PREFIX}/bin/perl
-MAN1= ab.1 apachectl.1 dbmmanage.1 htpasswd.1 htpasswd.1
+MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1
MAN8= apxs.8 httpd.8 logresolve.8 rotatelogs.8
# Note that there is NO static compile module hook here. This is intentional.