summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-10 04:00:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-10 04:00:46 +0000
commit5325b48774f8232356284252b4b78ef501d97c43 (patch)
treec93c373cbde0258daa5f17b027489d01f81d0136 /sys-apps/diffutils/diffutils-2.8.4-r3.ebuild
parentmake pwdb optional, since it is optional in pam 0.77 (diff)
downloadhistorical-5325b48774f8232356284252b4b78ef501d97c43.tar.gz
historical-5325b48774f8232356284252b4b78ef501d97c43.tar.bz2
historical-5325b48774f8232356284252b4b78ef501d97c43.zip
disable diff man page
Diffstat (limited to 'sys-apps/diffutils/diffutils-2.8.4-r3.ebuild')
-rw-r--r--sys-apps/diffutils/diffutils-2.8.4-r3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/diffutils/diffutils-2.8.4-r3.ebuild b/sys-apps/diffutils/diffutils-2.8.4-r3.ebuild
index 8a90220e6d95..248bee545867 100644
--- a/sys-apps/diffutils/diffutils-2.8.4-r3.ebuild
+++ b/sys-apps/diffutils/diffutils-2.8.4-r3.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/sys-apps/diffutils/diffutils-2.8.4-r3.ebuild,v 1.14 2003/09/07 02:28:11 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.4-r3.ebuild,v 1.15 2003/12/10 04:00:45 seemant Exp $
IUSE="nls build static"
@@ -48,6 +48,10 @@ src_unpack() {
# Removes waitpid() call after pclose() on piped diff stream, closing
# bug #11728, thanks to D Wollmann <converter@dalnet-perl.org>
epatch ${FILESDIR}/${P}-sdiff-no-waitpid.patch
+
+ # The diff man page is better in the man-pages package so we disable it
+ # from installing here
+ epatch ${FILESDIR}/${P}-no-manpage.patch
}
src_compile() {