diff options
Diffstat (limited to 'dev-util/splint/splint-3.1.1.ebuild')
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild index c924283163a3..032485507486 100644 --- a/dev-util/splint/splint-3.1.1.ebuild +++ b/dev-util/splint/splint-3.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.10 2006/05/21 18:29:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.11 2008/01/27 11:05:10 grobian Exp $ DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" @@ -8,7 +8,7 @@ SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc-macos ppc64 x86" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" DEPEND="sys-devel/gcc" @@ -19,7 +19,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dobin ${S}/splint doman ${S}/doc/*.1 } |