diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 08:39:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 08:39:30 +0000 |
commit | 4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba (patch) | |
tree | 8db56ecc947ec85331531382315359e1c7c8c2d1 /dev-util/subversion/subversion-0.28.0.ebuild | |
parent | removed old version (diff) | |
download | historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.tar.gz historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.tar.bz2 historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.zip |
whitespace cleanup
Diffstat (limited to 'dev-util/subversion/subversion-0.28.0.ebuild')
-rw-r--r-- | dev-util/subversion/subversion-0.28.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/subversion/subversion-0.28.0.ebuild b/dev-util/subversion/subversion-0.28.0.ebuild index 4bac7df68a38..84bef9ffc481 100644 --- a/dev-util/subversion/subversion-0.28.0.ebuild +++ b/dev-util/subversion/subversion-0.28.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.28.0.ebuild,v 1.1 2003/09/01 18:19:18 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.28.0.ebuild,v 1.2 2003/09/06 08:39:23 msterret Exp $ inherit libtool @@ -59,7 +59,7 @@ pkg_setup() { einfo "case." fi } - + src_unpack() { cd ${WORKDIR} unpack ${PN}-${PV}.tar.gz @@ -108,10 +108,10 @@ EOF use apache2 && myconf="${myconf} --with-apxs=/usr/sbin/apxs2 \ --with-apr=/usr --with-apr-util=/usr" use apache2 || myconf="${myconf} --without-apxs" - + if use berkdb; then has_version =db-4* && myconf="${myconf} --with-berkeley-db" - has_version =db-4* || myconf="${myconf} --with-berkeley-db=${WORKDIR}/dbinst" + has_version =db-4* || myconf="${myconf} --with-berkeley-db=${WORKDIR}/dbinst" else myconf="${myconf} --without-berkeley-db" fi |