diff options
author | 2004-08-01 06:59:05 +0000 | |
---|---|---|
committer | 2004-08-01 06:59:05 +0000 | |
commit | 43946c1079b61444d5f3bbceed709b465d445d48 (patch) | |
tree | 750054eced9daa030133e0c0f897d23596aa8bae /net-www/mod_ssl | |
parent | Fixed some doc weirdness and corrected some strange use_* logic. (Manifest re... (diff) | |
download | gentoo-2-43946c1079b61444d5f3bbceed709b465d445d48.tar.gz gentoo-2-43946c1079b61444d5f3bbceed709b465d445d48.tar.bz2 gentoo-2-43946c1079b61444d5f3bbceed709b465d445d48.zip |
repoman: whitespace cleanup
Diffstat (limited to 'net-www/mod_ssl')
-rw-r--r-- | net-www/mod_ssl/mod_ssl-2.8.19.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild index 5cb30a404229..dce1c1face87 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.6 2004/07/31 14:15:58 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.7 2004/08/01 06:59:05 mr_bones_ Exp $ MY_P=${P}-1.3.31 S=${WORKDIR}/${MY_P} @@ -26,8 +26,8 @@ src_unpack() { src_compile() { if has_version '=sys-libs/gdbm-1.8.3*' ; then myconf = "--enable-rule=SSL_SDBM" - fi - + fi + SSL_BASE=SYSTEM \ ./configure \ --with-apxs=/usr/sbin/apxs ${myconf} || die "bad ./configure" |