diff options
author | Adam Bellinson <thread@gentoo.org> | 2001-06-22 05:57:21 +0000 |
---|---|---|
committer | Adam Bellinson <thread@gentoo.org> | 2001-06-22 05:57:21 +0000 |
commit | 84efa6ff0ae1f7654924bcf5854c77d305e5ab78 (patch) | |
tree | 38bc2b0fec56fb3799075e1794bcce8c0844a5a5 /media-gfx | |
parent | *** empty log message *** (diff) | |
download | historical-84efa6ff0ae1f7654924bcf5854c77d305e5ab78.tar.gz historical-84efa6ff0ae1f7654924bcf5854c77d305e5ab78.tar.bz2 historical-84efa6ff0ae1f7654924bcf5854c77d305e5ab78.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qiv/qiv-1.6.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/qiv/qiv-1.6.ebuild b/media-gfx/qiv/qiv-1.6.ebuild index e87042f7375f..389411701797 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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.1 2001/06/22 05:14:11 thread Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.2 2001/06/22 05:57:21 thread Exp $ #P= S=${WORKDIR}/${P} @@ -16,14 +16,17 @@ DEPEND="virtual/glibc sys-devel/gcc src_compile() { - try perl /usr/portage/media-gfx/qiv/files/fix_prefix.pl ${S} ${WORKDIR}/../image + cat Makefile | sed s:/usr/local:/usr: > tmp + mv tmp Makefile try make } src_install () { - try make install + dodir /usr/bin + dodir /usr/man/man1 + try make PREFIX=${D}usr install } |