diff options
Diffstat (limited to 'media-gfx/xv/xv-3.10a-r5.ebuild')
-rw-r--r-- | media-gfx/xv/xv-3.10a-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/xv/xv-3.10a-r5.ebuild b/media-gfx/xv/xv-3.10a-r5.ebuild index 92d175ea02d0..b03e569d5758 100644 --- a/media-gfx/xv/xv-3.10a-r5.ebuild +++ b/media-gfx/xv/xv-3.10a-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r5.ebuild,v 1.6 2003/10/26 08:58:43 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r5.ebuild,v 1.7 2003/11/05 18:26:30 usata Exp $ inherit ccc flag-o-matic eutils @@ -42,11 +42,12 @@ src_install() { dodir /usr/bin dodir /usr/share/man/man1 + # LIBDIR is where xv installs xvdocs.ps and we dodoc it below make \ DESTDIR=${D} \ BINDIR=${D}/usr/bin \ MANDIR=${D}/usr/share/man/man1 \ - LIBDIR=${D}/usr/lib \ + LIBDIR=/dev/null \ install || die dodoc README INSTALL CHANGELOG BUGS IDEAS docs/*.ps docs/*.doc |