[70723] trunk/dports/devel/qca/Portfile

michaelld at macports.org michaelld at macports.org
Wed Aug 18 19:38:12 PDT 2010


Revision: 70723
          http://trac.macports.org/changeset/70723
Author:   michaelld at macports.org
Date:     2010-08-18 19:38:11 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
When building as framework, fix header link from include to framework
Headers.

Modified Paths:
--------------
    trunk/dports/devel/qca/Portfile

Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile	2010-08-19 02:35:07 UTC (rev 70722)
+++ trunk/dports/devel/qca/Portfile	2010-08-19 02:38:11 UTC (rev 70723)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 name                qca
 version             2.0.2
-revision            3
+revision            4
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel crypto security
 maintainers         michaelld openmaintainer
@@ -58,7 +58,7 @@
         # when installed as a framework, link headers from
         # the framework into ${destroot_qca}/include
         xinstall -d 755 ${destroot_qca}/include
-        ln -s ${destroot_qca}/lib/qca.framework/Headers \
+        ln -s ${qca_dir}/lib/qca.framework/Headers \
             ${destroot_qca}/include/QtCrypto
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100818/1ea4dcf9/attachment.html>


More information about the macports-changes mailing list