diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2008-05-10 05:39:50 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2008-05-10 05:39:50 +0000 |
commit | 3d30c36b0faf0ce66ddbf0e6e45f0a68a3cd9a39 (patch) | |
tree | 717dd9e9722a0c721079e49842573141a6115472 /sys-apps/moreutils/files | |
parent | Fix broken Manifest. (diff) | |
download | gentoo-2-3d30c36b0faf0ce66ddbf0e6e45f0a68a3cd9a39.tar.gz gentoo-2-3d30c36b0faf0ce66ddbf0e6e45f0a68a3cd9a39.tar.bz2 gentoo-2-3d30c36b0faf0ce66ddbf0e6e45f0a68a3cd9a39.zip |
initial ebuild for the moreutils package
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'sys-apps/moreutils/files')
-rw-r--r-- | sys-apps/moreutils/files/docbook-makefile.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sys-apps/moreutils/files/docbook-makefile.patch b/sys-apps/moreutils/files/docbook-makefile.patch new file mode 100644 index 000000000000..d18c6c0e131e --- /dev/null +++ b/sys-apps/moreutils/files/docbook-makefile.patch @@ -0,0 +1,36 @@ +diff -Naur moreutils/Makefile moreutils.gentoo/Makefile +--- moreutils/Makefile 2008-03-20 09:55:40.000000000 -0700 ++++ moreutils.gentoo/Makefile 2008-05-09 22:01:47.000000000 -0700 +@@ -21,25 +21,25 @@ + ./check-isutf8 + + isutf8.1: isutf8.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + ifdata.1: ifdata.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + ifne.1: ifne.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + pee.1: pee.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + sponge.1: sponge.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + mispipe.1: mispipe.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + lckdo.1: lckdo.docbook +- docbook2x-man $< ++ docbook2man.pl $< + + %.1: % + pod2man --center=" " --release="moreutils" $< > $@; |