[108799] trunk/dports/graphics/harfbuzz/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 1 19:20:37 PDT 2013


Revision: 108799
          https://trac.macports.org/changeset/108799
Author:   ryandesign at macports.org
Date:     2013-08-01 19:20:36 -0700 (Thu, 01 Aug 2013)
Log Message:
-----------
harfbuzz-icu: fix location of hb-icu.h header (#39598)

Modified Paths:
--------------
    trunk/dports/graphics/harfbuzz/Portfile

Modified: trunk/dports/graphics/harfbuzz/Portfile
===================================================================
--- trunk/dports/graphics/harfbuzz/Portfile	2013-08-02 02:03:59 UTC (rev 108798)
+++ trunk/dports/graphics/harfbuzz/Portfile	2013-08-02 02:20:36 UTC (rev 108799)
@@ -61,7 +61,7 @@
 }
 
 subport harfbuzz-icu {
-    revision 1
+    revision        2
 
     description     HarfBuzz ICU support library
     
@@ -79,18 +79,5 @@
                     --with-icu
     
     destroot.dir    ${worksrcpath}/src
-    destroot {
-        eval xinstall -W ${destroot.dir}/.libs \
-                    [glob ${destroot.dir}/.libs/libharfbuzz-icu.*.dylib] \
-                    libharfbuzz-icu.la \
-                    ${destroot}${prefix}/lib
-
-        # TODO: These reinplace hacks are bad.  Use the appropriate make install target instead...
-
-        reinplace "s|${destroot.dir}|${prefix}/lib|g" ${destroot}${prefix}/lib/libharfbuzz-icu.la
-        reinplace "s|installed=no|installed=yes|" ${destroot}${prefix}/lib/libharfbuzz-icu.la
-        copy ${destroot.dir}/.libs/libharfbuzz-icu.dylib ${destroot}${prefix}/lib
-        xinstall -m 644 ${destroot.dir}/hb-icu.h ${destroot}${prefix}/include
-        xinstall -m 644 ${destroot.dir}/harfbuzz-icu.pc ${destroot}${prefix}/lib/pkgconfig
-    }
+    destroot.args   nodist_pkginclude_HEADERS= pkginclude_HEADERS=hb-icu.h lib_LTLIBRARIES=libharfbuzz-icu.la pkgconfig_DATA=harfbuzz-icu.pc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130801/ec567201/attachment.html>


More information about the macports-changes mailing list