diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-19 20:41:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-19 20:41:07 +0000 |
commit | 0fe7542c2f97ae8fce72319851913021afb4b10b (patch) | |
tree | 5515204bb6ecaf4cc5e210535b065584bd8e8952 /sys-apps/man-pages/man-pages-2.76.ebuild | |
parent | sound herd will take this ebuild. (diff) | |
download | gentoo-2-0fe7542c2f97ae8fce72319851913021afb4b10b.tar.gz gentoo-2-0fe7542c2f97ae8fce72319851913021afb4b10b.tar.bz2 gentoo-2-0fe7542c2f97ae8fce72319851913021afb4b10b.zip |
Stop installing TODO which no longer exists #206656 by Arfrever Frehtes Taifersar Arahesis.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/man-pages/man-pages-2.76.ebuild')
-rw-r--r-- | sys-apps/man-pages/man-pages-2.76.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man-pages/man-pages-2.76.ebuild b/sys-apps/man-pages/man-pages-2.76.ebuild index d4ec8d52c61e..c8af72967e07 100644 --- a/sys-apps/man-pages/man-pages-2.76.ebuild +++ b/sys-apps/man-pages/man-pages-2.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.76.ebuild,v 1.1 2008/01/14 11:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.76.ebuild,v 1.2 2008/01/19 20:41:07 vapier Exp $ inherit eutils @@ -40,7 +40,7 @@ src_compile() { :; } src_install() { emake install DESTDIR="${D}" || die - dodoc man-pages-*.Announce README Changes* TODO + dodoc man-pages-*.Announce README Changes* } pkg_postinst() { |