diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:15:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:15:14 +0000 |
commit | f1c41f730541798b9b9a1f046946121eada80c38 (patch) | |
tree | c6f586cd1d4a5465956f93cb704a948b73424bc3 /comms | |
parent | 5c2e8607b151841268833ddcb33466aa4a8da4e3 (diff) | |
download | ports-f1c41f730541798b9b9a1f046946121eada80c38.tar.gz ports-f1c41f730541798b9b9a1f046946121eada80c38.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/zssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index aa2e9b4cb0da..02b100af5ebf 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -3,10 +3,8 @@ PORTNAME= zssh PORTVERSION= 1.5c -PORTREVISION= 0 CATEGORIES= comms security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Interactively transferring files to a remote machine while using ssh @@ -14,6 +12,7 @@ COMMENT= Interactively transferring files to a remote machine while using ssh RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz HAS_CONFIGURE= yes +USES= readline tar:tgz PLIST_FILES= bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz |