diff options
author | 2007-08-26 10:32:27 +0000 | |
---|---|---|
committer | 2007-08-26 10:32:27 +0000 | |
commit | eff95e8ed132e96bebb748e5ee8e8c74cd0feda3 (patch) | |
tree | 41a7a6fb02aecf472063183ce8e016ec7102a3f0 /www-apache/libapreq2/libapreq2-2.08-r2.ebuild | |
parent | Unmask firefox USE-flag again, since firefox-1* has been removed (diff) | |
download | historical-eff95e8ed132e96bebb748e5ee8e8c74cd0feda3.tar.gz historical-eff95e8ed132e96bebb748e5ee8e8c74cd0feda3.tar.bz2 historical-eff95e8ed132e96bebb748e5ee8e8c74cd0feda3.zip |
fix #189831
Package-Manager: portage-2.1.3.6
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 3b44e1a51988..7d84a4dfa803 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.1 2007/08/19 11:50:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.2 2007/08/26 10:32:27 hollow Exp $ inherit apache-module perl-module multilib @@ -50,7 +50,7 @@ src_compile() { src_install() { apache2_src_install - make DESTDIR="${D}" docs install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" doman docs/man/man3/*.3 fixlocalpod |