diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-18 13:12:48 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-18 13:12:48 +0000 |
commit | b47c6bcda0ddde4d09abd14996091f5341d6ef48 (patch) | |
tree | c960c9b7e6751b01f628cd88946d192b642e7f78 /ftp/hsftp/Makefile | |
parent | 32efdf6a5563e116e73d8412df5c1474a3d47338 (diff) | |
download | FreeBSD-ports-b47c6bcda0ddde4d09abd14996091f5341d6ef48.zip FreeBSD-ports-b47c6bcda0ddde4d09abd14996091f5341d6ef48.tar.gz |
Update port to 1.9
PR: 20652
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'ftp/hsftp/Makefile')
-rw-r--r-- | ftp/hsftp/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 651ea91..39d8ecf 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> |