Ticket #37429: Portfile.diff

File Portfile.diff, 744 bytes (added by markemer (Mark Anderson), 11 years ago)

Bump of revision, add of m4 directory, and patch file

  • Portfile

     
    55
    66name                tesseract
    77version             3.01
    8 revision            1
     8revision            2
    99categories          textproc graphics pdf
    1010platforms           darwin
    1111
     
    4141                            port:jpeg
    4242   
    4343    patchfiles              patch-configure.diff \
     44                            patch-configure.ac.diff \
    4445                            patch-ccutil-strngs.h.diff
    4546   
     47    post-extract {
     48                    file mkdir ${worksrcpath}/m4
     49                 }
     50
    4651    use_autoreconf          yes
    4752    autoreconf.cmd          ./autogen.sh
    4853