summaryrefslogtreecommitdiff
path: root/www/apache21/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-11-21 21:10:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-11-21 21:10:28 +0000
commit5c200a0439002e4412fdacb65d13f7544794fc85 (patch)
treef7518e377cbf7d68abbc5a083dd64cca940c9e58 /www/apache21/Makefile
parentMark this port broken, tk.h is not found. (diff)
Upgrade to 1.3b3
Notes
Notes: svn path=/head/; revision=8734
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r--www/apache21/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index 9d7bbd9cc276..dd1ee6508087 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: apache HTTPD
-# Version required: 1.3b2
+# Version required: 1.3b3
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: ache@nagual.pp.ru
#
-# $Id: Makefile,v 1.39 1997/08/25 23:02:41 ache Exp $
+# $Id: Makefile,v 1.41 1997/10/23 16:39:46 ache Exp $
#
-DISTNAME= apache_1.3b2
-PKGNAME= apache-1.3b2
+DISTNAME= apache_1.3b3
+PKGNAME= apache-1.3b3
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
@@ -35,7 +35,7 @@ post-patch:
.endif
CONF_DIR= ${PREFIX}/etc/apache
-MAN1= htpasswd.1
+MAN1= apachectl.1 htpasswd.1
MAN8= httpd.8
do-install:
@@ -52,6 +52,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/src/support/httpd.8 \
${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/src/support/htpasswd.1 \
+ ${WRKSRC}/src/support/apachectl.1 \
${PREFIX}/man/man1
cd ${WRKSRC} && \
for file in httpd.conf srm.conf access.conf ; do \