summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-04 18:44:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-04 18:44:30 +0000
commit334ab5d254707268aab27063489a048b4759009d (patch)
tree85b7c48d7d34ac38f41ce145776511f1abb2977b /www
parentUpdate to lpe 1.2.2. (diff)
Be noisy at "pre-configure" where it matters, rather than at "pre-fetch".
Notes
Notes: svn path=/head/; revision=19998
Diffstat (limited to 'www')
-rw-r--r--www/apache13-ssl/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 293d153a2ff2..b3c144b87025 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -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} $@; \