diff options
Diffstat (limited to 'app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild')
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild b/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild index 38b17acbbafd..1e943605f09c 100644 --- a/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild,v 1.4 2010/05/14 18:56:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r3.ebuild,v 1.5 2010/10/03 23:49:12 reavertm Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -28,7 +28,11 @@ src_prepare() { epatch "${FILESDIR}/${P}-baselayout2.patch" epatch "${FILESDIR}/${P}-htdocs-symlink.patch" epatch "${FILESDIR}/${P}-absolute-paths.patch" - rm -f doc/webapp.eclass.5{,.html} + # Do not build nor install eclass manual, bug 322759 + rm -f doc/webapp.eclass.5* + sed -e '/MAN_PAGES/s/webapp.eclass.5//' \ + -e '/HTML_PAGES/s/webapp.eclass.5.html//' \ + -i doc/Makefile || die } src_install() { |