Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name fsh
version 1.2
categories net
maintainers nomaintainer@macports.org
description Fast remote command execution
long_description \
fsh is a drop-in rsh-compatible replacement for ssh that \
automatically resuses ssh tunnels.
homepage http://www.lysator.liu.se/fsh/
platforms darwin
master_sites ftp://ftp.lysator.liu.se/pub/unix/fsh/
checksums md5 74d7fc65044d1c9c27c6e9edbbde9c68
configure.args --infodir=${prefix}/share/info

post-destroot {
file delete ${destroot}${prefix}/share/info/dir
}