diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-21 11:39:49 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-21 11:39:49 +0000 |
commit | 060915b95fff459b420d2569a35785796cf0e097 (patch) | |
tree | f16198da8ababd5be37fc716a273a80cd65e72ba /ftp | |
parent | 4fd74bc967a524efca374c07be298384c3d73aaa (diff) | |
download | ports-060915b95fff459b420d2569a35785796cf0e097.tar.gz ports-060915b95fff459b420d2569a35785796cf0e097.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/hsftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index b7b21fff10e3..7134ae78df24 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= hsftp PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://la-samhna.de/hsftp/ \ http://www.alaskaparadise.com/freebsd/ @@ -29,6 +30,9 @@ RUN_DEPENDS+= ssh:${PORTSDIR}/security/openssh CONFIGURE_ARGS+= --with-openssh .endif +pre-patch: + ${REINPLACE_CMD} -e '2343d' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1 |