[55131] trunk/dports/graphics/InsightToolkit312/Portfile

snc at macports.org snc at macports.org
Thu Aug 6 18:40:15 PDT 2009


Revision: 55131
          http://trac.macports.org/changeset/55131
Author:   snc at macports.org
Date:     2009-08-06 18:40:14 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
in comments, remove hardcoded /opt/local. fixed lint

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

Modified: trunk/dports/graphics/InsightToolkit312/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit312/Portfile	2009-08-07 01:37:39 UTC (rev 55130)
+++ trunk/dports/graphics/InsightToolkit312/Portfile	2009-08-07 01:40:14 UTC (rev 55131)
@@ -168,7 +168,7 @@
         set itkDocPathLink ${prefix}/share/doc/${distname}
         xinstall -d -o root -g admin -m 0755 ${destroot}${itkDocPath}
         xinstall -d -o root -g admin -m 0755 ${destroot}${itkDocPathLink}
-        # Add the doxygen documentation 
+        # Add the doxygen documentation
         system "tar --strip-components 1 -C ${destroot}${itkDocPath} -zxf ${distpath}/${itkDocFile}"
         # Add basic documentation
         file copy ${worksrcpath}/Copyright     ${destroot}${itkDocPath}/
@@ -404,7 +404,7 @@
 # All their rpath settings point to the build.dir, so they must be
 # reset using install_name_tool after the destroot phase.
 proc resetWrapLibs { filepattern } {
-    global itkBuildBin itkLibPath itkWrapLibPath 
+    global itkBuildBin itkLibPath itkWrapLibPath
     foreach f [glob ${filepattern}] {
         foreach dep [exec otool -L ${f}] {
             if [string match -nocase "*libSwigRuntime*" ${dep}] {
@@ -471,11 +471,11 @@
 
 # The following were possiblilities identified by ccmake
 
-#-DPERL_EXECUTABLE                 /opt/local/bin/perl
+#-DPERL_EXECUTABLE                 ${prefix}/bin/perl
 #-DPERL_INCLUDE_PATH               PERL_INCLUDE_PATH-NOTFOUND
 #-DPERL_LIBRARY                    PERL_LIBRARY-NOTFOUND
 
-#-DPHP4_EXECUTABLE                 /opt/local/bin/php
+#-DPHP4_EXECUTABLE                 ${prefix}/bin/php
 #-DPHP4_FOUND_INCLUDE_PATH         PHP4_FOUND_INCLUDE_PATH-NOTFOUND
 
 #-DPIKE_EXECUTABLE                 PIKE_EXECUTABLE-NOTFOUND
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/b69cc0c8/attachment.html>


More information about the macports-changes mailing list