diff options
author | 2005-05-17 12:38:21 +0000 | |
---|---|---|
committer | 2005-05-17 12:38:21 +0000 | |
commit | b96999b74914b341d8e920add32a8ef2d8fd7ce0 (patch) | |
tree | 3d546c4a8f716ef34c900c9482a463952fc59e41 /x11-libs/fltk/fltk-1.1.4.ebuild | |
parent | fix licence (diff) | |
download | historical-b96999b74914b341d8e920add32a8ef2d8fd7ce0.tar.gz historical-b96999b74914b341d8e920add32a8ef2d8fd7ce0.tar.bz2 historical-b96999b74914b341d8e920add32a8ef2d8fd7ce0.zip |
remove man pages for cat
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/fltk/fltk-1.1.4.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/fltk/fltk-1.1.4.ebuild b/x11-libs/fltk/fltk-1.1.4.ebuild index 25488d8ef4bb..a786aa07b641 100644 --- a/x11-libs/fltk/fltk-1.1.4.ebuild +++ b/x11-libs/fltk/fltk-1.1.4.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/x11-libs/fltk/fltk-1.1.4.ebuild,v 1.15 2005/05/17 12:37:05 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.4.ebuild,v 1.16 2005/05/17 12:38:21 lanius Exp $ IUSE="opengl debug nptl" @@ -81,4 +81,5 @@ src_install() { dodir /usr/share/doc/${P}/html mv ${D}/usr/share/doc/fltk/* ${D}/usr/share/doc/${PF}/html rmdir ${D}/usr/share/doc/fltk + rm -rf ${D}/usr/share/man/cat{1,3} } |