1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Be noisy at "pre-configure" where it matters, rather than at "pre-fetch".

This commit is contained in:
David E. O'Brien 1999-07-04 18:44:30 +00:00
parent c4c8c4061f
commit 334ab5d254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19998

View File

@ -6,7 +6,7 @@
# and apache-ssl port by Mark Murray <mark@grondar.za>.
# Oh, and with a little bit of help from Ben :)
#
# $Id: Makefile,v 1.57 1999/06/02 07:20:36 dirk Exp $
# $Id: Makefile,v 1.58 1999/06/28 09:00:47 asami Exp $
APACHE= 1.3.6
APACHE-SSL= 1.35
@ -80,7 +80,13 @@ RESTRICTED= "Contains cryptography"
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
MAN8= ab.8 httpsdctl.8 apxs.8 httpsd.8 logresolve.8 rotatelogs.8
pre-fetch:
post-extract:
@cd ${WRKSRC} && tar xzf ${DISTDIR}/apache_${APACHE}+ssl_${APACHE-SSL}${EXTRACT_SUFX}
post-patch:
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ./FixPatch
pre-configure:
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES
@${ECHO}
@${ECHO} "*** Warning!"
@ -94,12 +100,6 @@ pre-fetch:
CONFIGURE_ENV=LDFLAGS="${LDFLAGS} -L/usr/local/lib -lRSAglue -lrsaref"
.endif
post-extract:
@cd ${WRKSRC} && tar xzf ${DISTDIR}/apache_${APACHE}+ssl_${APACHE-SSL}${EXTRACT_SUFX}
post-patch:
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ./FixPatch
certificate:
@if [ -f ${PREFIX}/lib/openssl.cnf ]; then \
cd ${WRKSRC}; ${MAKE} ${MAKE_ENV} $@; \