Ticket #21583: libxml2-archcheck.diff

File libxml2-archcheck.diff, 571 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

     
    22
    33PortSystem            1.0
    44PortGroup             muniversal 1.0
     5PortGroup             archcheck 1.0
    56
    67name                  libxml2
    78version               2.7.5
     
    2324
    2425depends_lib           port:libiconv port:zlib
    2526
     27archcheck.files       lib/libiconv.dylib \
     28                      lib/libz.dylib
     29
    2630post-extract {
    2731    reinplace "s|/etc|${prefix}/etc|g" \
    2832        ${worksrcpath}/catalog.c \