diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-11-25 13:40:48 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-11-25 13:40:48 +0000 |
commit | faf056bb84c90a0463b28e69d036b177d3177956 (patch) | |
tree | fe21b399368d408b9e78df8fb7daf6bd025b3dc0 /www-apache/libapreq2/libapreq2-2.08-r2.ebuild | |
parent | fix apache-module eclass usage (diff) | |
download | gentoo-2-faf056bb84c90a0463b28e69d036b177d3177956.tar.gz gentoo-2-faf056bb84c90a0463b28e69d036b177d3177956.tar.bz2 gentoo-2-faf056bb84c90a0463b28e69d036b177d3177956.zip |
fix apache-module eclass usage
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-apache/libapreq2/libapreq2-2.08-r2.ebuild')
-rw-r--r-- | www-apache/libapreq2/libapreq2-2.08-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/libapreq2/libapreq2-2.08-r2.ebuild b/www-apache/libapreq2/libapreq2-2.08-r2.ebuild index 7d84a4dfa803..71da493356e5 100644 --- a/www-apache/libapreq2/libapreq2-2.08-r2.ebuild +++ b/www-apache/libapreq2/libapreq2-2.08-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.2 2007/08/26 10:32:27 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.3 2007/11/25 13:40:48 hollow Exp $ inherit apache-module perl-module multilib @@ -48,7 +48,7 @@ src_compile() { } src_install() { - apache2_src_install + apache-module_src_install make DESTDIR="${D}" install || die "make install failed" doman docs/man/man3/*.3 |