summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-10 08:27:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-10 08:27:46 +0000
commit554bc590c31aa4e3403d6d56f3c6b51ce5b782b8 (patch)
tree17369e417d42c1005c99b0bd8c3af723818bf17f /app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
parentremoved old ebuild files. (diff)
downloadhistorical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.tar.gz
historical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.tar.bz2
historical-554bc590c31aa4e3403d6d56f3c6b51ce5b782b8.zip
no fd.4 manpage
Diffstat (limited to 'app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild')
-rw-r--r--app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
index 5346049ed1a3..0e748a65aedd 100644
--- a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild
+++ b/app-misc/fdutils/fdutils-5.4.20020222-r1.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/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.9 2003/09/17 03:45:20 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.10 2003/12/10 08:27:44 seemant Exp $
inherit eutils
@@ -20,6 +20,10 @@ DEPEND=">=sys-fs/mtools-3
src_unpack() {
unpack ${A}
epatch ${WORKDIR}/${PN}-5.4-20020222.diff
+
+ # the man 4 fd manpage is better in the man-pages package, so stop it
+ # from installing
+ epatch ${FILESDIR}/${PN}-no-fd.4-manpage.diff
}
src_compile() {
@@ -36,7 +40,6 @@ src_compile() {
src_install() {
dodir /usr/bin
dodir /usr/share/man/man1
- dodir /usr/share/man/man4
einstall || die