diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-06-03 10:37:38 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-06-03 10:37:38 +0000 |
commit | b1c74e2f6178ced36a37fff061ea203c3edd1707 (patch) | |
tree | 9b0f0bc8aabbc978d0c4b0cb0b9baa92772b0c91 /sci-libs/buddy/buddy-2.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-b1c74e2f6178ced36a37fff061ea203c3edd1707.tar.gz gentoo-2-b1c74e2f6178ced36a37fff061ea203c3edd1707.tar.bz2 gentoo-2-b1c74e2f6178ced36a37fff061ea203c3edd1707.zip |
Fixed QA and added amd64 keyword.
(Portage version: 2.1.5.2)
Diffstat (limited to 'sci-libs/buddy/buddy-2.2.ebuild')
-rw-r--r-- | sci-libs/buddy/buddy-2.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild index f5fceef8b947..60f9e0c2edf7 100644 --- a/sci-libs/buddy/buddy-2.2.ebuild +++ b/sci-libs/buddy/buddy-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.1 2004/12/28 19:56:35 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.2 2008/06/03 10:37:38 markusle Exp $ DESCRIPTION="BuDDY - A Binary Decision Diagram Package" HOMEPAGE="http://www.itu.dk/research/buddy/" @@ -23,10 +23,10 @@ src_compile() { } src_install() { - install -d ${D}/usr/lib ${D}/usr/include + install -d "${D}"/usr/lib "${D}"/usr/include make install \ - LIBDIR=${D}/usr/lib \ - INCDIR=${D}/usr/include || die + LIBDIR="${D}"/usr/lib \ + INCDIR="${D}"/usr/include || die dodoc CHANGES README doc/*.txt insinto /usr/share/doc/${P}/ps doins doc/*.ps |