summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 23:11:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 23:11:21 +0000
commit7ec41b024f2d3d81317da653d7976de7892ecf41 (patch)
tree3dd9435fd564a3ac5605d72870b449bb5463a130 /www/mod_php3
parentDo not replace Apache md5 with FreeBSD one, it cause (diff)
Do not replace Apache md5 with FreeBSD one, it cause supporting
problems but gains almost nothing PR: 4380
Notes
Notes: svn path=/head/; revision=7691
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile5
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."; \