diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-05 02:44:30 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-05 02:44:30 +0800 |
commit | 334ab5d254707268aab27063489a048b4759009d (patch) | |
tree | 85b7c48d7d34ac38f41ce145776511f1abb2977b /www/apache13-ssl | |
parent | c4c8c4061fadecb30a0858888019881aee11cc0c (diff) | |
download | freebsd-ports-gnome-334ab5d254707268aab27063489a048b4759009d.tar.gz freebsd-ports-gnome-334ab5d254707268aab27063489a048b4759009d.tar.zst freebsd-ports-gnome-334ab5d254707268aab27063489a048b4759009d.zip |
Be noisy at "pre-configure" where it matters, rather than at "pre-fetch".
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 16 |
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} $@; \ |