Ticket #319: Portfile.3

File Portfile.3, 579 bytes (added by michaelm@…, 21 years ago)

Portfile adjusted so Port installs into destroot, and manpages put in prefix/share

Line 
1PortSystem 1.0
2
3name            pdksh
4version         5.2.14
5categories      shells
6maintainers     ryanwilcox@mac.com
7description     A Public Domain clone of ksh
8platforms       darwin
9master_sites    ftp://ftp.cs.mun.ca/pub/pdksh/
10distname        pdksh-5.2.14
11checksums md5 871106b3bd937e1afba9f2ef7c43aef3
12
13pre-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
20long_description        The public domain version of the Korn Shell