diff options
author | 2008-03-23 12:08:17 +0000 | |
---|---|---|
committer | 2008-03-23 12:08:17 +0000 | |
commit | 26b1da232a39a0f9c0978693dc2163aea928af09 (patch) | |
tree | 0636bce14e57cda14b951d2a0434296883cbbf93 /www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild | |
parent | fix depend.apache usage wrt #208033; use confutils.eclass (diff) | |
download | historical-26b1da232a39a0f9c0978693dc2163aea928af09.tar.gz historical-26b1da232a39a0f9c0978693dc2163aea928af09.tar.bz2 historical-26b1da232a39a0f9c0978693dc2163aea928af09.zip |
fix depend.apache usage wrt #208033
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild')
-rw-r--r-- | www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild b/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild index 61c132049678..757f6652ec20 100644 --- a/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild +++ b/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild,v 1.3 2008/01/31 19:19:57 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_suphp/mod_suphp-0.6.2-r3.ebuild,v 1.4 2008/03/23 12:02:17 hollow Exp $ inherit apache-module autotools eutils @@ -59,12 +59,10 @@ pkg_setup() { elog "SUPHP_APACHEUSER: Name of the user Apache is running as (default: apache)" elog "SUPHP_LOGFILE: Path to suPHP logfile (default: /var/log/apache2/suphp_log)" elog - - apache-module_pkg_setup } src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-handler.patch |