Ticket #1478: ksh93.diff

File ksh93.diff, 1.4 KB (added by waqar@…, 20 years ago)

port diff

  • Portfile

    ? ksh93.diff
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/shells/ksh93/Portfile,v
    retrieving revision 1.2
    diff -u -r1.2 Portfile
     
    77categories      shells
    88maintainers     landonf@opendarwin.org
    99description     The AT&T Korn shell
    10 long_description The official version of ksh-93, by David Korn and AT&T research
     10long_description \
     11        The official version of ksh-93, by David Korn and AT&T research
    1112platforms       darwin freebsd
     13homepage        http://www.research.att.com/sw/download/
    1214master_sites    http://www.research.att.com/sw/download/tgz/
    1315
    14 
    1516distfiles       ast-ksh.$version.tgz INIT.$version.tgz
    1617checksums       ast-ksh.$version.tgz md5 e8c764fb40c8720c105448da406b5e9b \
    1718                INIT.$version.tgz md5 aabd19505eba0ac65a4ff450ab7a935b
     
    2223        file mkdir ${worksrcpath}
    2324}
    2425
    25 configure {}
     26use_configure   no
    2627
    2728build.dir       ${extract.dir}
    2829build.cmd       bin/package
     
    3132destroot {
    3233        set arch [exec ${worksrcpath}/bin/package host]
    3334        system "install -m 755 ${worksrcpath}/arch/${arch}/bin/ksh ${destroot}${prefix}/bin"
    34         system "install -m 755 ${worksrcpath}/arch/${arch}/man/man1/sh.1 ${destroot}${prefix}/man/man1/ksh.1"
     35        system "install -m 755 ${worksrcpath}/arch/${arch}/man/man1/sh.1 ${destroot}${prefix}/share/man/man1/ksh.1"
    3536}