? ksh93.diff
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/shells/ksh93/Portfile,v
retrieving revision 1.2
diff -u -r1.2 Portfile
|
|
|
7 | 7 | categories shells |
8 | 8 | maintainers landonf@opendarwin.org |
9 | 9 | description The AT&T Korn shell |
10 | | long_description The official version of ksh-93, by David Korn and AT&T research |
| 10 | long_description \ |
| 11 | The official version of ksh-93, by David Korn and AT&T research |
11 | 12 | platforms darwin freebsd |
| 13 | homepage http://www.research.att.com/sw/download/ |
12 | 14 | master_sites http://www.research.att.com/sw/download/tgz/ |
13 | 15 | |
14 | | |
15 | 16 | distfiles ast-ksh.$version.tgz INIT.$version.tgz |
16 | 17 | checksums ast-ksh.$version.tgz md5 e8c764fb40c8720c105448da406b5e9b \ |
17 | 18 | INIT.$version.tgz md5 aabd19505eba0ac65a4ff450ab7a935b |
… |
… |
|
22 | 23 | file mkdir ${worksrcpath} |
23 | 24 | } |
24 | 25 | |
25 | | configure {} |
| 26 | use_configure no |
26 | 27 | |
27 | 28 | build.dir ${extract.dir} |
28 | 29 | build.cmd bin/package |
… |
… |
|
31 | 32 | destroot { |
32 | 33 | set arch [exec ${worksrcpath}/bin/package host] |
33 | 34 | 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" |
35 | 36 | } |