diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-26 07:11:21 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-26 07:11:21 +0800 |
commit | 7ec41b024f2d3d81317da653d7976de7892ecf41 (patch) | |
tree | 3dd9435fd564a3ac5605d72870b449bb5463a130 | |
parent | c9a02a1c285c39e7bda25883854e3c952f2145a6 (diff) | |
download | freebsd-ports-gnome-7ec41b024f2d3d81317da653d7976de7892ecf41.tar.gz freebsd-ports-gnome-7ec41b024f2d3d81317da653d7976de7892ecf41.tar.zst freebsd-ports-gnome-7ec41b024f2d3d81317da653d7976de7892ecf41.zip |
Do not replace Apache md5 with FreeBSD one, it cause supporting
problems but gains almost nothing
PR: 4380
-rw-r--r-- | www/mod_php3/Makefile | 5 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 5 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 5 |
3 files changed, 3 insertions, 12 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."; \ diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 37c8d9c44d8f..a5bd21906cdd 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.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."; \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 37c8d9c44d8f..a5bd21906cdd 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/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."; \ |