Ticket #34706: triangle_Portfile.diff

File triangle_Portfile.diff, 795 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago)
  • Portfile

     
    44
    55name                    triangle
    66version                 1.6
    7 revision                2
     7revision                3
    88categories              science
    99maintainers             jwa openmaintainer
    1010description             A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
     
    4343    xinstall -d ${destroot}${prefix}/share/doc/${name}
    4444    xinstall -m 644 -W ${worksrcpath} A.poly README ${destroot}${prefix}/share/doc/${name}
    4545    xinstall -W ${worksrcpath} triangle showme ${destroot}${prefix}/bin
     46    xinstall -d ${destroot}${prefix}/share/${name}
     47    xinstall -m 644 -W ${worksrcpath} triangle.h triangle.c ${destroot}${prefix}/share/${name}
    4648}
    4749
    4850livecheck.type  regex