summaryrefslogtreecommitdiff
path: root/www/apache20/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-25 22:25:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-25 22:25:56 +0000
commit774cea39d1d53731408896d44e9607bc4fce63a8 (patch)
treebbfa20cbfc91212f3dd68e8f6c2316070d5afcd0 /www/apache20/Makefile
parentadd an option to set jpeg imagemaps quality (diff)
upgrade to 1.3.6
Notes
Notes: svn path=/head/; revision=17393
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r--www/apache20/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index 0b33a183b142..c1fe6e66eeb4 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -3,11 +3,11 @@
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: ache@nagual.pp.ru
#
-# $Id: Makefile,v 1.68 1999/03/13 17:11:02 billf Exp $
+# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $
#
-DISTNAME= apache_1.3.4
-PKGNAME= apache-1.3.4
+DISTNAME= apache_1.3.6
+PKGNAME= apache-1.3.6
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -64,8 +64,8 @@ CFLAGS+= -O6 -fomit-frame-pointer
CONFIGURE_ENV= OPTIM='${OPTIM}'
-MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1
-MAN8= apxs.8 httpd.8 logresolve.8 rotatelogs.8
+MAN1= dbmmanage.1 htdigest.1 htpasswd.1
+MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \