diff options
author | ache <ache@FreeBSD.org> | 1999-03-26 06:25:56 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-03-26 06:25:56 +0800 |
commit | eff2d7434c83d165053bdc892494964fae3a1077 (patch) | |
tree | f809ae60721099aa8170f13ab1dd272cdcf0013c /www/apache21/Makefile | |
parent | e8961847ebda64514eb52df394b3d4fdc7a17ffa (diff) | |
download | freebsd-ports-gnome-eff2d7434c83d165053bdc892494964fae3a1077.tar.gz freebsd-ports-gnome-eff2d7434c83d165053bdc892494964fae3a1077.tar.zst freebsd-ports-gnome-eff2d7434c83d165053bdc892494964fae3a1077.zip |
upgrade to 1.3.6
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 0b33a183b142..c1fe6e66eeb4 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 \ |