diff options
author | ache <ache@FreeBSD.org> | 1997-08-26 07:11:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-26 07:11:21 +0800 |
commit | 41463645f90aa9fe5e27579fffe1b388a2ca9bce (patch) | |
tree | 579a3c35231c96eeaaff353b30437313cb69d0e2 /www/mod_php3 | |
parent | 0c29fa88d18c1994d6fa13c6b928fe39f9618d2d (diff) | |
download | freebsd-ports-gnome-41463645f90aa9fe5e27579fffe1b388a2ca9bce.tar.gz freebsd-ports-gnome-41463645f90aa9fe5e27579fffe1b388a2ca9bce.tar.zst freebsd-ports-gnome-41463645f90aa9fe5e27579fffe1b388a2ca9bce.zip |
Do not replace Apache md5 with FreeBSD one, it cause supporting
problems but gains almost nothing
PR: 4380
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 37c8d9c44d8f..a5bd21906cdd 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.36 1997/08/12 11:49:12 peter Exp $ +# $Id: Makefile,v 1.37 1997/08/13 15:05:03 ache Exp $ # DISTNAME= apache_1.2.1 @@ -24,9 +24,6 @@ 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."; \ |