Ticket #2598: Portfile.patch

File Portfile.patch, 538 bytes (added by brent@…, 19 years ago)

Portfile patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/news/yencode/Portfile,v
    retrieving revision 1.2
    diff -u -r1.2 Portfile
     
    2626destroot.destdir        prefix=${destroot}${prefix} \
    2727                        mandir=${destroot}${prefix}/share/man
    2828
     29post-destroot   {
     30                file delete -force ${destroot}${prefix}/lib/charset.alias \
     31                        ${destroot}${prefix}/share/locale/locale.alias
     32}
     33