diff options
Diffstat (limited to 'net-mail/gnubiff/gnubiff-2.2.2.ebuild')
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/gnubiff/gnubiff-2.2.2.ebuild b/net-mail/gnubiff/gnubiff-2.2.2.ebuild index e2b52f8d357f..216d6b1984bc 100644 --- a/net-mail/gnubiff/gnubiff-2.2.2.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.2.ebuild,v 1.2 2007/07/22 08:20:53 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.2.ebuild,v 1.3 2008/03/14 10:07:57 phreak Exp $ inherit eutils @@ -37,5 +37,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README THANKS TODO + dodoc AUTHORS ChangeLog NEWS README THANKS TODO } |