Do not replace Apache md5 with FreeBSD one, it cause supporting

problems but gains almost nothing
PR: 4380
This commit is contained in:
Andrey A. Chernov 1997-08-25 23:11:21 +00:00
parent c9a02a1c28
commit 7ec41b024f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7691
3 changed files with 3 additions and 12 deletions

View File

@ -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."; \

View File

@ -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."; \

View File

@ -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."; \