diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 11:18:51 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 11:18:51 +0000 |
commit | 90009fe9b2b033a1aa4bc073b891d718b09ca51d (patch) | |
tree | 676fa48fa0a74bd6727d401aa89d77a2af709a3f /dev-python/mod_python/mod_python-3.1.4.ebuild | |
parent | Stable on x86. (diff) | |
download | gentoo-2-90009fe9b2b033a1aa4bc073b891d718b09ca51d.tar.gz gentoo-2-90009fe9b2b033a1aa4bc073b891d718b09ca51d.tar.bz2 gentoo-2-90009fe9b2b033a1aa4bc073b891d718b09ca51d.zip |
More cleanups.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/mod_python/mod_python-3.1.4.ebuild')
-rw-r--r-- | dev-python/mod_python/mod_python-3.1.4.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/mod_python/mod_python-3.1.4.ebuild b/dev-python/mod_python/mod_python-3.1.4.ebuild index 0069faddfddd..90b4494f940e 100644 --- a/dev-python/mod_python/mod_python-3.1.4.ebuild +++ b/dev-python/mod_python/mod_python-3.1.4.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/dev-python/mod_python/mod_python-3.1.4.ebuild,v 1.3 2005/02/27 11:16:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4.ebuild,v 1.4 2005/02/27 11:18:51 kloeri Exp $ inherit python eutils apache-module @@ -40,8 +40,6 @@ src_compile() { } src_install() { - #dodir ${APACHE2_MODULESDIR} - #make install DESTDIR=${D} LIBEXECDIR=/usr/lib/apache2-extramodules || die emake DESTDIR=${D} install || die dohtml doc-html/* @@ -49,8 +47,6 @@ src_install() { doins doc-html/icons/* apache-module_src_install - einfo ${APACHE2_MODULES_CONFDIR} - einfo ${FILESDIR}/16_${PN}-r1.conf insinto ${APACHE2_MODULES_CONFDIR} newins ${FILESDIR}/16_${PN}-r1.conf 16_${PN}.conf } |