Ticket #24188: moreutils-ifne.diff
File moreutils-ifne.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
files/patch-Makefile.diff
2 2 +++ Makefile 2010-03-23 23:06:18.000000000 -0500 3 3 @@ -1,13 +1,14 @@ 4 4 -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel 5 +BINS=isutf8 pee sponge mispipe lckdo parallel5 +BINS=isutf8 ifne pee sponge mispipe lckdo parallel 6 6 PERLSCRIPTS=vidir vipe ts combine zrun 7 7 -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1 8 +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.18 +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1 9 9 CFLAGS=-O2 -g -Wall 10 10 INSTALL_BIN?=install -s 11 11 PREFIX=/usr -
Portfile
4 4 5 5 name moreutils 6 6 version 0.39 7 revision 1 7 8 categories sysutils 8 9 maintainers milosh openmaintainer 9 10 platforms darwin … … 53 54 destroot.target-append install-doc 54 55 post-patch { 55 56 reinplace "s|/usr/share/xml/docbook/schema/dtd/4.4|${prefix}/share/xml/docbook/4.4|" \ 56 ${worksrcpath}/ifdata.docbook ${worksrcpath}/isutf8.docbook \ 57 ${worksrcpath}/ifdata.docbook \ 58 ${worksrcpath}/ifne.docbook \ 59 ${worksrcpath}/isutf8.docbook \ 57 60 ${worksrcpath}/mispipe.docbook ${worksrcpath}/pee.docbook \ 58 61 ${worksrcpath}/parallel.docbook \ 59 62 ${worksrcpath}/sponge.docbook ${worksrcpath}/lckdo.docbook