Ticket #18802: Portfile.diff
File Portfile.diff, 595 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 47058 2009-02-21 06:09:46Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup muniversal 1.0 4 5 5 6 name libpng 6 7 version 1.2.35 … … 39 40 test.target check 40 41 41 42 post-destroot { 42 system "ranlib ${destroot}${prefix}/lib/libpng12.a"43 43 set docdir ${prefix}/share/doc/${name}-${version} 44 44 xinstall -d ${destroot}${docdir}/examples 45 45 xinstall -m 0644 -W ${worksrcpath} \