summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-26 19:01:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-26 19:01:28 +0000
commit0f97c552d239bf0eaf75a5652c1ae23634afad3b (patch)
tree9d34cba179a371d853b8552348331da8f0bf6e42 /net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild
parentbug #58347, corrected libmikmod depend syntax (diff)
downloadhistorical-0f97c552d239bf0eaf75a5652c1ae23634afad3b.tar.gz
historical-0f97c552d239bf0eaf75a5652c1ae23634afad3b.tar.bz2
historical-0f97c552d239bf0eaf75a5652c1ae23634afad3b.zip
repoman: Fix leading whitespace
Diffstat (limited to 'net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild')
-rw-r--r--net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild4
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
}