Ticket #18802: Portfile.diff

File Portfile.diff, 595 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 47058 2009-02-21 06:09:46Z ryandesign@macports.org $
    22
    33PortSystem              1.0
     4PortGroup               muniversal 1.0
    45
    56name                    libpng
    67version                 1.2.35
     
    3940test.target             check
    4041
    4142post-destroot {
    42     system "ranlib ${destroot}${prefix}/lib/libpng12.a"
    4343    set docdir ${prefix}/share/doc/${name}-${version}
    4444    xinstall -d ${destroot}${docdir}/examples
    4545    xinstall -m 0644 -W ${worksrcpath} \