[59032] trunk/dports/graphics/InsightToolkit/Portfile

dweber at macports.org dweber at macports.org
Thu Oct 8 11:35:28 PDT 2009


Revision: 59032
          http://trac.macports.org/changeset/59032
Author:   dweber at macports.org
Date:     2009-10-08 11:35:25 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
Added symlink for /share/InsightToolkit to a version specific installation; updated to revision 1 (lots of new compilations for upgrades, oh well)

Revision Links:
--------------
    http://trac.macports.org/changeset/1

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

Modified: trunk/dports/graphics/InsightToolkit/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit/Portfile	2009-10-08 18:09:23 UTC (rev 59031)
+++ trunk/dports/graphics/InsightToolkit/Portfile	2009-10-08 18:35:25 UTC (rev 59032)
@@ -5,7 +5,7 @@
 
 name            InsightToolkit
 version         3.16.0
-revision        0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
 # Online documentation on the 3.16 release:
@@ -123,10 +123,11 @@
     # For some reason, cmake does not install into the CMAKE_INSTALL_NAME_DIR
     move ${destroot}${prefix}/lib/${itkName}       ${destroot}${itkLibPath}
     move ${destroot}${prefix}/include/${itkName}   ${destroot}${itkIncPath}
-    # Create a symlink from the generic lib and include for InsightToolkit to
+    # Create a symlink from the generic lib, include, and share for InsightToolkit to
     # this version; this should be done by InsightToolkitSelect
     ln -sf ${distname} ${destroot}${prefix}/lib/${itkName}
     ln -sf ${distname} ${destroot}${prefix}/include/${itkName}
+    ln -sf ${distname} ${destroot}${prefix}/share/${itkName}
     # copy FindITK.cmake to a version specific file, which might persist even
     # when cmake is updated, deactivated, etc.
     set findITK [glob ${prefix}/share/cmake-*/Modules/FindITK.cmake]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/a42706ba/attachment.html>


More information about the macports-changes mailing list