aboutsummaryrefslogtreecommitdiff
path: root/ftp/hsftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/hsftp/Makefile')
-rw-r--r--ftp/hsftp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile
index 651ea916bbe9..39d8ecfe3dbc 100644
--- a/ftp/hsftp/Makefile
+++ b/ftp/hsftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hsftp
-PORTVERSION= 1.7
+PORTVERSION= 1.9
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/file-transfer
@@ -14,7 +14,12 @@ MASTER_SITE_SUBDIR= system/network/file-transfer
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-readline
MAKEFILE= makefile
MAN1= hsftp.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${PREFIX}/man/man1
+
.include <bsd.port.mk>