diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-02 16:20:02 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-02 16:20:02 +0000 |
commit | 7787d38bbadbb1cf0e31856d21d0c155fc48afba (patch) | |
tree | 12bdbdff4425f3b9200a6b83f4f344c7d095d659 /comms | |
parent | 83e1c87db925a017319dbd6109b0d7e3dd7b4d75 (diff) | |
download | FreeBSD-ports-7787d38bbadbb1cf0e31856d21d0c155fc48afba.zip FreeBSD-ports-7787d38bbadbb1cf0e31856d21d0c155fc48afba.tar.gz |
fix comment
PR: 50528
Submitted by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/zssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index 060def0..98ef80b 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= zssh EXTRACT_SUFX= .tgz MAINTAINER= gslin@ccca.nctu.edu.tw -COMMENT= Allows you to tunnel a ssh connection over the zmodem protocol +COMMENT= Interactively transferring files to a remote machine while using ssh RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz |