diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-22 16:28:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-22 16:28:49 +0000 |
commit | 8c9e6b58884aa201b7553f779e9425d5ad93d70d (patch) | |
tree | 7d2dda143336ac4539228be63db4ddec3796e619 /www/apache2 | |
parent | Activate kappa20 (diff) |
Fix PLIST
Notes
Notes:
svn path=/head/; revision=10638
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/pkg-plist | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index edd013ce4e45..446de777a49c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.48 1998/04/22 12:38:13 asami Exp $ +# $Id: Makefile,v 1.49 1998/04/22 12:39:33 asami Exp $ # DISTNAME= apache_1.3b6 @@ -15,8 +15,6 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org -BROKEN= package - NO_LATEST_LINK= yes GNU_CONFIGURE= yes diff --git a/www/apache2/pkg-plist b/www/apache2/pkg-plist index 854914a0cf41..c378e2424a7f 100644 --- a/www/apache2/pkg-plist +++ b/www/apache2/pkg-plist @@ -1,3 +1,6 @@ +bin/dbmmanage +bin/htdigest +bin/htpasswd etc/apache/access.conf.default etc/apache/httpd.conf.default etc/apache/magic.default @@ -57,9 +60,6 @@ man/man8/rotatelogs.8.gz sbin/ab sbin/apachectl sbin/apxs -sbin/dbmmanage -sbin/htdigest -sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs |