summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-13 15:05:03 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-13 15:05:03 +0000
commit2c5c2b8135818e478b045454aac1e5393364616d (patch)
treeb07865a0500c19daed981fe163ac616d7ab6fcbc /www/mod_php3
parentMake trafshow compile again on -current. (diff)
Merge with former apache-stable
Notes
Notes: svn path=/head/; revision=7568
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 6fb5c8770b4f..37c8d9c44d8f 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
+# $Id: Makefile,v 1.36 1997/08/12 11:49:12 peter Exp $
#
DISTNAME= apache_1.2.1
@@ -11,18 +11,10 @@ PKGNAME= apache-1.2.1
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ports@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
+# Set it for local-supplied patch, f.e.
+# VERS_ID = mods-1.0/me
.if defined(VERS_ID)
post-patch:
@@ -32,6 +24,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."; \