Ticket #24188: moreutils-ifne.diff

File moreutils-ifne.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • files/patch-Makefile.diff

     
    22+++ Makefile    2010-03-23 23:06:18.000000000 -0500
    33@@ -1,13 +1,14 @@
    44-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
    5 +BINS=isutf8 pee sponge mispipe lckdo parallel
     5+BINS=isutf8 ifne pee sponge mispipe lckdo parallel
    66 PERLSCRIPTS=vidir vipe ts combine zrun
    77-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.1
     8+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
    99 CFLAGS=-O2 -g -Wall
    1010 INSTALL_BIN?=install -s
    1111 PREFIX=/usr
  • Portfile

     
    44
    55name        moreutils
    66version     0.39
     7revision    1
    78categories  sysutils
    89maintainers milosh openmaintainer
    910platforms   darwin
     
    5354        destroot.target-append  install-doc
    5455        post-patch {
    5556            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 \
    5760            ${worksrcpath}/mispipe.docbook ${worksrcpath}/pee.docbook \
    5861            ${worksrcpath}/parallel.docbook \
    5962            ${worksrcpath}/sponge.docbook ${worksrcpath}/lckdo.docbook