New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81916


Ignore:
Timestamp:
08/06/11 07:20:06 (4 years ago)
Author:
jmr@…
Message:

fastlink: lint

File:
1 edited

Legend:

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

    r32947 r81916  
    22 
    33PortSystem       1.0 
     4 
    45name             fastlink 
    56version          4.1P 
     
    910long_description Genetic linkage analysis is a statistical technique \ 
    1011                 used to map genes and find the approximate location \ 
    11                  of disease genes.  
     12                 of disease genes. 
    1213homepage         http://www.ncbi.nlm.nih.gov/CBBresearch/Schaffer/fastlink.html 
    1314platforms        darwin 
     
    1617checksums        md5 fec6f6529776a366c9ee1ac563a9df12 
    1718 
    18 set worksrcdir   fastlink/4.1P/src 
     19set worksrcdir   ${name}/${version}/src 
    1920 
    2021use_configure    no 
     
    2829                 eval xinstall -m 444 [glob ${workpath}/fastlink/*.ps] ${destroot}$prefix/share/doc/fastlink 
    2930} 
    30  
Note: See TracChangeset for help on using the changeset viewer.