diff options
Diffstat (limited to 'www')
-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."; \ |