Ticket #13165: portfile.patch

File portfile.patch, 1.1 KB (added by rwilcox (Ryan Wilcox), 16 years ago)

patch to the PortFile

  • Portfile

    old new  
    55name            pdksh
    66version         5.2.14
    77categories      shells
    8 maintainers     ryanwilcox@mac.com
     8maintainers     rwilcox@wilcoxd.com
    99description     A Public Domain clone of ksh
    1010long_description        \
    1111        At the moment, it has most of the ksh88 features, not much of \
     
    1515        Since then a number of people have maintained and contributed to it
    1616platforms       darwin
    1717homepage        http://www.cs.mun.ca/~michael/pdksh/
    18 master_sites    ftp://ftp.cs.mun.ca/pub/pdksh/
     18master_sites    ftp://ftp.cs.mun.ca/pub/pdksh/ \
     19                ftp://gd.tuwien.ac.at/utils/shells/pdk \
     20                ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
     21                ftp://ftp.rge.com/pub/shells/pdksh/
    1922checksums       md5 871106b3bd937e1afba9f2ef7c43aef3
    2023configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    21 destroot.args   prefix=${destroot}${prefix}
     24destroot.destdir        prefix=${destroot}${prefix}
     25patchfiles   patch-siglist.sh
     26 No newline at end of file