diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
commit | bf8abaf92f3d1b76111204a490921a99da68e3d8 (patch) | |
tree | a0417c8c37d95ab4c3d491c140a5a963c26c9d41 /ftp | |
parent | 37866bd9b2c3395acb91e88a026138da5c9a627a (diff) | |
download | ports-bf8abaf92f3d1b76111204a490921a99da68e3d8.tar.gz ports-bf8abaf92f3d1b76111204a490921a99da68e3d8.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/sftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/sftp/pkg-comment | 1 |
2 files changed, 2 insertions, 1 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 diff --git a/ftp/sftp/pkg-comment b/ftp/sftp/pkg-comment deleted file mode 100644 index 002fe83242e4..000000000000 --- a/ftp/sftp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An ftp replacement that runs over an ssh tunnel |