Ticket #19669: Portfile.diff

File Portfile.diff, 483 bytes (added by bardellie@…, 15 years ago)
  • Portfile

    old new  
    2121
    2222depends_build   port:ispell
    2323
    24 build           { system "cd ${workpath}/ispell-it && make" }
    25 destroot        {}
    26 install         { xinstall ${workpath}/ispell-it/italian.hash ${prefix}/lib/ }
    27 activate        {}
    28  No newline at end of file
     24worksrcdir      ispell-it
     25
     26destroot         { xinstall ${worksrcpath}/italian.hash ${destroot}${prefix}/lib/ }