diff options
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 |