Ticket #14412: security-cracklib-words.patch

File security-cracklib-words.patch, 355 bytes (added by ged (Michael Granger), 16 years ago)

Fix missing directory separator in the cracklib-words Portfile

  • Portfile

    old new  
    3939
    4040destroot  {
    4141    xinstall -d -m 0755 ${destroot}${prefix}/share/dict
    42     xinstall -m 0644 ${worksrcpath}${name} ${destroot}/${prefix}/share/dict
     42    xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/dict
    4343}
    4444
    4545