Portfile.diffB»´p»´pmBINôqIndex: Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/audio/shntool/Portfile,v
retrieving revision 1.9
diff -u -r1.9 Portfile
|
|
|
17 | 17 | depends_lib \ |
18 | 18 | lib:libexpat.0:expat lib:libintl.1:gettext \ |
19 | 19 | lib:libiconv.2:libiconv bin:shorten:shorten |
| 20 | post-patch { reinplace "s|$\(bindir)/shn|${destroot}${prefix}/bin/shn|g" \ |
| 21 | "${worksrcpath}/src/Makefile.in" |
| 22 | reinplace "s|$\(bindir)/shn|${destroot}${prefix}/bin/shn|g" \ |
| 23 | "${worksrcpath}/src/Makefile.am" } |
| 24 | |
| 25 | post-destroot { system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}" |
| 26 | system "install -m 644 ${worksrcpath}/doc/* \ |
| 27 | ${destroot}${prefix}/share/doc/${portname}/" } |