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

mk at macports.org mk at macports.org
Sat Aug 20 00:46:57 PDT 2011


Revision: 82787
          http://trac.macports.org/changeset/82787
Author:   mk at macports.org
Date:     2011-08-20 00:46:55 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
science/scotch: follow Ryan's advice and use get_canonical_archflags and skip post-install message concerning currently missing man pages

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

Modified: trunk/dports/science/scotch/Portfile
===================================================================
--- trunk/dports/science/scotch/Portfile	2011-08-20 03:34:39 UTC (rev 82786)
+++ trunk/dports/science/scotch/Portfile	2011-08-20 07:46:55 UTC (rev 82787)
@@ -5,6 +5,8 @@
 
 name                scotch
 version             5.1.11
+revision            1
+
 # this is specific to this port and *version* for downloading it:
 set release         28043
 
@@ -37,11 +39,7 @@
 variant universal {
 }
 
-if {[variant_isset universal]} {
-    set archflags ${configure.universal_cflags}
-} else {
-    set archflags ${configure.cc_archflags}
-}
+set archflags       [get_canonical_archflags]
 
 depends_lib         port:openmpi
 
@@ -71,11 +69,3 @@
 #    eval xinstall -m 755 [glob ${worksrcpath}/../man/*] ${destroot}${prefix}/man
 }
 
-post-install {
-	ui_msg \
-"  ================================================================= \n \
-Note that this port currently doesn't install any man pages. \n \
-Please refer to documentation available at Scotch's project site. \n \
-================================================================="
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110820/a16ac0fe/attachment.html>


More information about the macports-changes mailing list