diff options
Diffstat (limited to 'app-text/c2ps/c2ps-4.0.ebuild')
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 8a2d125e6694..49675cb5f4d2 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.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/app-text/c2ps/c2ps-4.0.ebuild,v 1.13 2006/01/06 13:51:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.14 2008/01/20 16:02:45 grobian Exp $ DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" @@ -8,7 +8,7 @@ SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc-macos ~sparc x86" +KEYWORDS="amd64 ~mips ppc ~sparc x86" IUSE="" src_compile() { @@ -17,6 +17,6 @@ src_compile() { src_install() { dodir /usr/bin /usr/man/man1 - make PREFIX=${D}/usr install || die + make PREFIX="${D}"/usr install || die dodoc COPYING README } |