diff options
author | ache <ache@FreeBSD.org> | 1997-08-13 15:05:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-13 15:05:03 +0000 |
commit | f99088468cae59c08b3d9b04ee97c794793de20a (patch) | |
tree | a621924aabdb632a0af194fc0fb02eb2c54fdd03 /www/mod_php4 | |
parent | 87d145512a0f78af49c628bc69029aee95b94a23 (diff) | |
download | FreeBSD-ports-f99088468cae59c08b3d9b04ee97c794793de20a.zip FreeBSD-ports-f99088468cae59c08b3d9b04ee97c794793de20a.tar.gz |
Merge with former apache-stable
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 6fb5c87..37c8d9c 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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."; \ |