1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name pdksh |
---|
4 | version 5.2.14 |
---|
5 | categories shells |
---|
6 | maintainers ryanwilcox@mac.com |
---|
7 | description A Public Domain clone of ksh |
---|
8 | platforms darwin |
---|
9 | master_sites ftp://ftp.cs.mun.ca/pub/pdksh/ |
---|
10 | distname pdksh-5.2.14 |
---|
11 | checksums md5 871106b3bd937e1afba9f2ef7c43aef3 |
---|
12 | |
---|
13 | pre-install { cd ${worksrcpath} |
---|
14 | reinplace "s|^prefix = ${prefix}|prefix = ${destroot}${prefix}|g" Makefile |
---|
15 | reinplace "s|^mandir = \$(prefix)/man/man|mandir = \$(prefix)/share/man/man|g" Makefile |
---|
16 | |
---|
17 | } |
---|
18 | |
---|
19 | |
---|
20 | long_description The public domain version of the Korn Shell |
---|