New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79557


Ignore:
Timestamp:
06/18/11 00:12:52 (4 years ago)
Author:
and.damore@…
Message:

port vbpp, whitespace changes

File:
1 edited

Legend:

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

    r79556 r79557  
    22 
    33PortSystem 1.0 
    4 name             vbpp 
    5 version          1.2.0 
    6 categories       science 
    7 maintainers      nomaintainer 
    8 description      Verilog preprocessor 
     4name                vbpp 
     5version             1.2.0 
     6categories          science 
     7maintainers         nomaintainer 
     8description         Verilog preprocessor 
    99long_description \ 
    10         VBPP is a Verilog preprocessor. It has support \ 
    11         for most Verilog preprocessing directives and \ 
    12         additional directives. 
    13 homepage         http://www.verilog.net/free.html 
    14 platforms        darwin 
     10    VBPP is a Verilog preprocessor. It has support for most Verilog \ 
     11    preprocessing directives and additional directives. 
     12homepage            http://www.verilog.net/free.html 
     13platforms           darwin 
    1514 
    16 master_sites     http://www.verilog.net 
     15master_sites        http://www.verilog.net 
    1716checksums           md5     493ac8a83f92018649a0bdc50d65c24b \ 
    1817                    sha1    79a05739977f98ab85678a7af16a189695dbd02d \ 
     
    2322    xinstall -d 755 ${destroot}${prefix}/share/examples/${name} 
    2423 
    25         xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog ${destroot}${prefix}/share/doc/${name} 
    26         eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] ${destroot}${prefix}/share/examples/${name} 
     24    xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog \ 
     25        ${destroot}${prefix}/share/doc/${name} 
     26    eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] \ 
     27        ${destroot}${prefix}/share/examples/${name} 
    2728} 
    2829 
Note: See TracChangeset for help on using the changeset viewer.