summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bbappconf/bbappconf-0.0.2.ebuild')
-rw-r--r--x11-misc/bbappconf/bbappconf-0.0.2.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
index 955d24497f88..0d3f4219c461 100644
--- a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
+++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.11 2012/06/04 19:13:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.12 2012/11/25 10:20:05 xarthisius Exp $
EAPI=4
@@ -15,7 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
IUSE="debug"
-src_unpack() {
+DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO data/README.bbappconf )
+
+src_prepare() {
epatch "${FILESDIR}"/${P}-fix-sigsegv.diff \
"${FILESDIR}"/${P}-asneeded.patch \
"${FILESDIR}"/${P}-docs.patch
@@ -25,8 +27,3 @@ src_unpack() {
src_configure() {
econf $(use_enable debug)
}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO data/README.bbappconf
-}