diff options
Diffstat (limited to 'ftp/sftp/Makefile')
-rw-r--r-- | ftp/sftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index aa36fb14ff9b..6ff30d190507 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/old/ MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= An ftp replacement that runs over an ssh tunnel + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400014 |