New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82788


Ignore:
Timestamp:
08/20/11 01:20:49 (4 years ago)
Author:
mk@…
Message:

science/scotch: now also installs man pages

File:
1 edited

Legend:

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

    r82787 r82788  
    66name                scotch 
    77version             5.1.11 
    8 revision            1 
     8revision            2 
    99 
    1010# this is specific to this port and *version* for downloading it: 
     
    6060build.target scotch ptscotch 
    6161 
     62# scotch and ptscotch MUST be built sequentially according to scotch's INSTALL.txt 
    6263use_parallel_build no 
    6364 
     
    6667    eval xinstall -m 755 [glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include 
    6768    eval xinstall -m 755 [glob ${worksrcpath}/../lib/*] ${destroot}${prefix}/lib 
    68 # This needs iteration through folders: 
    69 #    eval xinstall -m 755 [glob ${worksrcpath}/../man/*] ${destroot}${prefix}/man 
     69    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 
     70    eval xinstall -m 755 [glob ${worksrcpath}/../man/man1/*] ${destroot}${prefix}/share/man/man1 
    7071} 
    7172 
Note: See TracChangeset for help on using the changeset viewer.