Changeset 40540 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2008, 3:41:45 PM (15 years ago)
Author:
macsforever2000@…
Message:

Fix for universal build (#16721)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/help2man/Portfile

    r38763 r40540  
    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}
Note: See TracChangeset for help on using the changeset viewer.