diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 19:01:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 19:01:28 +0000 |
commit | a13751359d14f83d30f70f90cd8bbb708e7e2beb (patch) | |
tree | bd99b43199f160208d8bcb31405623d220a5a1cc /net-www/mod_vdbh | |
parent | bug #58347, corrected libmikmod depend syntax (Manifest recommit) (diff) | |
download | gentoo-2-a13751359d14f83d30f70f90cd8bbb708e7e2beb.tar.gz gentoo-2-a13751359d14f83d30f70f90cd8bbb708e7e2beb.tar.bz2 gentoo-2-a13751359d14f83d30f70f90cd8bbb708e7e2beb.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'net-www/mod_vdbh')
-rw-r--r-- | net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild b/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild index f0ac7331fe67..53fd98f4dfd1 100644 --- a/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild +++ b/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild,v 1.1 2004/07/25 22:16:40 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild,v 1.2 2004/07/26 19:01:28 mr_bones_ Exp $ DESCRIPTION="An Apache2 DSO for mass virtual hosting using a MySQL database" HOMEPAGE="http://www.synthemesc.com/mod_vdbh/" @@ -16,7 +16,7 @@ DEPEND="=net-www/apache-2* >=sys-libs/zlib-1.1.4" src_compile() { - cd work/${PN} + cd work/${PN} apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient \ -c ${PN}.c || die } |