# $Id: Portfile 56206 2009-08-25 09:07:58Z ryandesign@macports.org $ PortSystem 1.0 name jive version 1.1 revision 1 categories textproc maintainers nomaintainer platforms darwin description Convert English text to Jive master_sites ftp://nuxi.ucdavis.edu/pub/misc/ \ freebsd \ http://soupnazi.org/OSX/dports/distfiles/ checksums md5 6d1132f08857d67b94e45339f5dbed29 worksrcdir jive configure { reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/Makefile } post-configure { system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man1" } destroot.args prefix=${destroot}${prefix} \ MANDIR=${destroot}${prefix}/share/man/man1