diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-29 00:16:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-29 00:16:55 +0000 |
commit | cefb3e0863ac71557a206b2f9fb4fa5f6c505ff8 (patch) | |
tree | c9980edb89ae97ad26ec8c4a8bd0013810b4af56 /media-gfx/gliv | |
parent | cleaned up a little (diff) | |
download | historical-cefb3e0863ac71557a206b2f9fb4fa5f6c505ff8.tar.gz historical-cefb3e0863ac71557a206b2f9fb4fa5f6c505ff8.tar.bz2 historical-cefb3e0863ac71557a206b2f9fb4fa5f6c505ff8.zip |
cleaned up a little
Diffstat (limited to 'media-gfx/gliv')
-rw-r--r-- | media-gfx/gliv/gliv-1.5.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/gliv/gliv-1.5.1.ebuild b/media-gfx/gliv/gliv-1.5.1.ebuild index 583115efaeaf..71ed2fd45f26 100644 --- a/media-gfx/gliv/gliv-1.5.1.ebuild +++ b/media-gfx/gliv/gliv-1.5.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.5.1.ebuild,v 1.1 2002/03/21 08:58:22 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.5.1.ebuild,v 1.2 2002/03/29 00:16:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An image viewer that uses OpenGL" @@ -17,8 +17,8 @@ DEPEND="x11-libs/gtk+ src_compile() { ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die + --mandir=/usr/share/man \ + --host=${CHOST} || die emake || die } @@ -26,9 +26,8 @@ src_compile() { src_install() { make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die + mandir=${D}/usr/share/man \ + install || die dodoc COPYING README NEWS THANKS } - |