diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:45:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-10 15:45:37 +0000 |
commit | 0ff3cb347ca2f2e09627aa6a26bce5474c99018c (patch) | |
tree | edb8c5d2b06ae4230bfd96046b34755d230c7dbd /media-video/dvd9to5/dvd9to5-0.1.7.ebuild | |
parent | Moking pkg-config calls to src_compile() to avoid problems in binary packages. (diff) | |
download | gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.tar.gz gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.tar.bz2 gentoo-2-0ff3cb347ca2f2e09627aa6a26bce5474c99018c.zip |
Don't install INSTALL file.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild index 3920c558ecc2..cd0d6f19b01e 100644 --- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild +++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.3 2005/07/28 10:28:54 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.4 2005/09/10 15:42:09 flameeyes Exp $ DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/" @@ -20,5 +20,5 @@ src_compile() { src_install() { dobin dvd9to5.pl - dodoc CHANGELOG INSTALL README TODO dvd9to5.conf.example + dodoc CHANGELOG README TODO dvd9to5.conf.example } |