diff options
Diffstat (limited to 'ftp/sftp/Makefile')
-rw-r--r-- | ftp/sftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index 44f406051296..ed4c507f202f 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sftp -# Version required: 0.7 # Date created: 30 December 1999 # Whom: Cy Shubert <Cy.Shubert@uumail.gov.bc.ca> # # $FreeBSD$ # -DISTNAME= sftp-0.7 +PORTNAME= sftp +PORTVERSION= 0.7 CATEGORIES= ftp security MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ |