summaryrefslogtreecommitdiff
path: root/www/apache2/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-12 18:20:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-12 18:20:06 +0000
commitc481926ccdf67d20332578a2bd991203ee32af63 (patch)
tree6e11b798b0df09d3b58c668ad8b4bf46bfa658c3 /www/apache2/Makefile
parentactivated japanese/plain2. (diff)
Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.
Notes
Notes: svn path=/head/; revision=7549
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r--www/apache2/Makefile26
1 files changed, 11 insertions, 15 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 6fb5c8770b4f..a1bbebd1ec00 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,28 +1,21 @@
# New ports collection makefile for: apache HTTPD
-# Version required: 1.2.1
+# Version required: 1.3a1
# Date created: Fri Aug 25 16:42:36 CDT 1995
-# Whom: erich@rrnet.com
+# Whom: ache@nagual.pp.ru
#
-# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
+# $Id: Makefile,v 1.1.1.1 1997/07/26 17:14:02 ache Exp $
#
-DISTNAME= apache_1.2.1
-PKGNAME= apache-1.2.1
+DISTNAME= apache_1.3a1
+PKGNAME= apache-1.3a1
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
-# User-controlled variables list
-# DIR_ACHE - add SuppressHTMLPreamble option to directory index
-# see http://www.nagual.ru/~ache/apache_dir.html
-# SECURE_SERVER - build Apache with SSL
-
-.if defined(DIR_ACHE)
-PATCH_SITES+= http://www.nagual.pp.ru/~ache/
-PATCHFILES+= dir.patch
-VERS_ID= dir/ache
-.endif
+# User-controlled variable:
+# Set it for local-supplied patch, f.e.
+# VERS_ID = mods-1.0/me
.if defined(VERS_ID)
post-patch:
@@ -32,6 +25,9 @@ post-patch:
< Configuration.old > Configuration
.endif
+post-patch:
+ ${CP} /usr/include/md5.h ${WRKSRC}/src/md5.h
+
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \