Ticket #28951: autogen-Portfile.diff

File autogen-Portfile.diff, 396 bytes (added by rmstonecipher@…, 13 years ago)

Portfile.diff

  • Portfile

    old new  
    2626configure.args  --mandir=${prefix}/share/man \
    2727                                --infodir=${prefix}/share/info
    2828
     29patchfiles      patch_doc_auto-opts.tpl.diff
     30post-patch {
     31    reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/doc/auto-opts.tpl
     32}
     33
    2934test.run                yes
    3035test.target             check
    3136