diff options
author | 2005-01-13 04:53:25 +0000 | |
---|---|---|
committer | 2005-01-13 04:53:25 +0000 | |
commit | f74dc92fc330e939cf8ddae5a2be8bb3301edf18 (patch) | |
tree | ec7464ae2c067257c9ef4e71a263bcece12527f9 /net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild | |
parent | Fixes to depend.apache eclass so that it doesn't break the cache (diff) | |
download | gentoo-2-f74dc92fc330e939cf8ddae5a2be8bb3301edf18.tar.gz gentoo-2-f74dc92fc330e939cf8ddae5a2be8bb3301edf18.tar.bz2 gentoo-2-f74dc92fc330e939cf8ddae5a2be8bb3301edf18.zip |
Fixed to use apache-module.eclass correctly
Diffstat (limited to 'net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild')
-rw-r--r-- | net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild b/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild index aa8a4cabd4d5..4d078308ae51 100644 --- a/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild +++ b/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild,v 1.1 2005/01/09 00:32:44 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ldap_userdir/mod_ldap_userdir-1.1.4-r1.ebuild,v 1.2 2005/01/13 04:53:25 vericgar Exp $ inherit apache-module @@ -9,7 +9,6 @@ DESCRIPTION="Apache module that enables ~/public_html from an LDAP directory." HOMEPAGE="http://horde.net/~jwm/software/mod_ldap_userdir/" KEYWORDS="~x86 ~ppc" -S=${WORKDIR}/${P} SRC_URI="http://horde.net/~jwm/software/mod_ldap_userdir/${P}.tar.gz" DEPEND="ssl? (dev-libs/openssl) @@ -39,5 +38,5 @@ src_compile() { APXS1_ARGS="${myargs}" fi - apache_dual_src_compile + apache-module_src_compile } |