summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-05 08:49:49 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-05 08:49:49 +0000
commitd98667a085fccf5822f1d0bd1f811c8ec6a9a37f (patch)
tree8ea7340024103b5d81f0a0a2c8795b5f05f4f59c /www-apache
parentAdd linguas_sw USE flag. (diff)
downloadgentoo-2-d98667a085fccf5822f1d0bd1f811c8ec6a9a37f.tar.gz
gentoo-2-d98667a085fccf5822f1d0bd1f811c8ec6a9a37f.tar.bz2
gentoo-2-d98667a085fccf5822f1d0bd1f811c8ec6a9a37f.zip
Add INSTALLDIRS=vendor to install perl modules to vendor_perl (#283723)
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/libapreq2/ChangeLog6
-rw-r--r--www-apache/libapreq2/libapreq2-2.08-r2.ebuild4
-rw-r--r--www-apache/libapreq2/libapreq2-2.12.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apache/libapreq2/ChangeLog b/www-apache/libapreq2/ChangeLog
index d3214b83c230..63f861edcf5f 100644
--- a/www-apache/libapreq2/ChangeLog
+++ b/www-apache/libapreq2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/libapreq2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.37 2009/06/27 16:44:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.38 2009/09/05 08:49:49 tove Exp $
+
+ 05 Sep 2009; Torsten Veller <tove@gentoo.org> libapreq2-2.08-r2.ebuild,
+ libapreq2-2.12.ebuild:
+ Add INSTALLDIRS=vendor to install perl modules to vendor_perl (#283723)
*libapreq2-2.12 (27 Jun 2009)
diff --git a/www-apache/libapreq2/libapreq2-2.08-r2.ebuild b/www-apache/libapreq2/libapreq2-2.08-r2.ebuild
index f373f86135bd..5106ea16e53e 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-2009 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.11 2009/05/26 17:47:32 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.12 2009/09/05 08:49:49 tove Exp $
inherit apache-module perl-module multilib
@@ -54,7 +54,7 @@ src_compile() {
src_install() {
apache-module_src_install
- make DESTDIR="${D}" install || die "make install failed"
+ make DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed"
doman docs/man/man3/*.3
fixlocalpod
diff --git a/www-apache/libapreq2/libapreq2-2.12.ebuild b/www-apache/libapreq2/libapreq2-2.12.ebuild
index 18ebc099b6b3..e986e3b52f2a 100644
--- a/www-apache/libapreq2/libapreq2-2.12.ebuild
+++ b/www-apache/libapreq2/libapreq2-2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.12.ebuild,v 1.1 2009/06/27 16:44:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.12.ebuild,v 1.2 2009/09/05 08:49:49 tove Exp $
inherit apache-module perl-module multilib
@@ -54,7 +54,7 @@ src_compile() {
src_install() {
apache-module_src_install
- make DESTDIR="${D}" install || die "make install failed"
+ make DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed"
doman docs/man/man3/*.3
fixlocalpod