Ticket #17602: Portfile-strigi.diff
File Portfile-strigi.diff, 824 bytes (added by etphipp@…, 15 years ago) |
---|
-
Portfile
old new 32 32 # things because the build and destroot phases can be left at the default 33 33 # values. 34 34 35 # Override paths to libiconv, libxml2 to prevent cmake from finding 36 # the system versions in /Library/Frameworks 37 configure.args-append -DICONV_INCLUDE_DIR:PATH=/opt/local/include 38 configure.args-append -DICONV_LIBRARIES:FILEPATH=/opt/local/lib/libiconv.dylib 39 configure.args-append -DLIBXML2_INCLUDE_DIR:PATH=/opt/local/include/libxml2 40 configure.args-append -DLIBXML2_LIBRARIES:FILEPATH=/opt/local/lib/libxml2.dylib 41 35 42 post-destroot { 36 43 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 37 44 xinstall -m 644 -W ${worksrcpath} COPYING README AUTHORS ChangeLog TODO ${destroot}${prefix}/share/doc/${name}