summaryrefslogtreecommitdiffstats
path: root/www/apache20/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-11 19:10:06 +0000
committerache <ache@FreeBSD.org>1996-12-11 19:10:06 +0000
commita5ec844fc9357bfc406ab08c22de9075ed63adfb (patch)
tree99d68d68edb27aab29238cca8bac7db0ea17ad80 /www/apache20/Makefile
parent0514a7322db362e652f3590512e5dc516bd62780 (diff)
downloadFreeBSD-ports-a5ec844fc9357bfc406ab08c22de9075ed63adfb.zip
FreeBSD-ports-a5ec844fc9357bfc406ab08c22de9075ed63adfb.tar.gz
Upgrade to 1.2b2
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r--www/apache20/Makefile29
1 files changed, 6 insertions, 23 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index a2f1ded..33a66eb 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
-# Version required: 1.1.1
+# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
+# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
-DISTNAME= apache_1.1.1
-PKGNAME= apache-1.1.1
+DISTNAME= apache_1.2b2
+PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
-# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
-# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
-# ALL_ACHE - both patches from above
-#
# SECURE_SERVER - build Apache with SSL
-.if defined(ALL_ACHE)
-CHARSET_ACHE=YES
-DIR_ACHE=YES
-.endif
-.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
-PATCH_SITES+= http://www.nagual.ru/~ache/
-.endif
-.if defined(CHARSET_ACHE)
-PATCHFILES+= mod.patch
-VERS_ID1= charset/
-.endif
.if defined(DIR_ACHE)
+PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
-VERS_ID2= dir/
-.endif
-.if defined(VERS_ID1) || defined(VERS_ID2)
-VERS_ID= ${VERS_ID1}${VERS_ID2}ache
+VERS_ID= dir/ache
.endif
.if defined(VERS_ID)
OpenPOWER on IntegriCloud