diff options
Diffstat (limited to 'media-gfx/qiv/qiv-1.6.ebuild')
-rw-r--r-- | media-gfx/qiv/qiv-1.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/qiv/qiv-1.6.ebuild b/media-gfx/qiv/qiv-1.6.ebuild index 300285538f8d..2046450bed5c 100644 --- a/media-gfx/qiv/qiv-1.6.ebuild +++ b/media-gfx/qiv/qiv-1.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Thread <thread@threadbox.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.4 2001/06/23 19:30:38 thread Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.5 2001/06/24 20:17:32 achim Exp $ #P= S=${WORKDIR}/${P} @@ -22,9 +22,8 @@ src_compile() { src_install () { - dodir /usr/bin - dodir /usr/man/man1 - try make PREFIX=${D}usr install - + dobin qiv + doman qiv.1 + dodoc README* } |