[82788] trunk/dports/science/scotch/Portfile

mk at macports.org mk at macports.org
Sat Aug 20 01:20:53 PDT 2011


Revision: 82788
          http://trac.macports.org/changeset/82788
Author:   mk at macports.org
Date:     2011-08-20 01:20:49 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
science/scotch: now also installs man pages

Modified Paths:
--------------
    trunk/dports/science/scotch/Portfile

Modified: trunk/dports/science/scotch/Portfile
===================================================================
--- trunk/dports/science/scotch/Portfile	2011-08-20 07:46:55 UTC (rev 82787)
+++ trunk/dports/science/scotch/Portfile	2011-08-20 08:20:49 UTC (rev 82788)
@@ -5,7 +5,7 @@
 
 name                scotch
 version             5.1.11
-revision            1
+revision            2
 
 # this is specific to this port and *version* for downloading it:
 set release         28043
@@ -59,13 +59,14 @@
 
 build.target scotch ptscotch
 
+# scotch and ptscotch MUST be built sequentially according to scotch's INSTALL.txt
 use_parallel_build no
 
 destroot {
     eval xinstall -m 755 [glob ${worksrcpath}/../bin/*] ${destroot}${prefix}/bin
     eval xinstall -m 755 [glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include
     eval xinstall -m 755 [glob ${worksrcpath}/../lib/*] ${destroot}${prefix}/lib
-# This needs iteration through folders:
-#    eval xinstall -m 755 [glob ${worksrcpath}/../man/*] ${destroot}${prefix}/man
+    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
+    eval xinstall -m 755 [glob ${worksrcpath}/../man/man1/*] ${destroot}${prefix}/share/man/man1
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110820/62fe133b/attachment-0001.html>


More information about the macports-changes mailing list