Ticket #16721: help2man.diff

File help2man.diff, 563 bytes (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

     
    2727configure.env   PERL=${prefix}/bin/perl
    2828configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
    2929
     30post-patch {
     31        if {[variant_isset universal]} {
     32                reinplace "s|-bundle|-bundle -isysroot ${configure.universal_sysroot} -arch i386 -arch ppc|" ${worksrcpath}/Makefile.in
     33        }
     34}
     35
    3036post-destroot {
    3137        set docdir ${prefix}/share/doc/${name}-${version}
    3238        xinstall -d ${destroot}${docdir}