New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82787


Ignore:
Timestamp:
08/20/11 00:46:55 (4 years ago)
Author:
mk@…
Message:

science/scotch: follow Ryan's advice and use get_canonical_archflags and skip post-install message concerning currently missing man pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/scotch/Portfile

    r82777 r82787  
    66name                scotch 
    77version             5.1.11 
     8revision            1 
     9 
    810# this is specific to this port and *version* for downloading it: 
    911set release         28043 
     
    3840} 
    3941 
    40 if {[variant_isset universal]} { 
    41     set archflags ${configure.universal_cflags} 
    42 } else { 
    43     set archflags ${configure.cc_archflags} 
    44 } 
     42set archflags       [get_canonical_archflags] 
    4543 
    4644depends_lib         port:openmpi 
     
    7270} 
    7371 
    74 post-install { 
    75         ui_msg \ 
    76 "  ================================================================= \n \ 
    77 Note that this port currently doesn't install any man pages. \n \ 
    78 Please refer to documentation available at Scotch's project site. \n \ 
    79 =================================================================" 
    80 } 
    81  
Note: See TracChangeset for help on using the changeset viewer.