diff options
author | cy <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
commit | 86d53beeeb44f3cc0b87d227c5c754a255dc8f93 (patch) | |
tree | 66ab3ac8db83934fdf3409941ac4cccc48c8deca /ftp/sftp/Makefile | |
parent | 07f51e3a6a6f07e9c677e1744a7bc18cade0740e (diff) | |
download | FreeBSD-ports-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.zip FreeBSD-ports-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.tar.gz |
Use PORTCOMMENT.
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 aa36fb1..6ff30d1 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 |