diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/ssh | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e9c1640..823b0c9 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: ssh -# Version required: 1.2.* # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.org # @@ -9,7 +8,8 @@ # USE_PERL, USE_TCPWRAP # -DISTNAME= ssh-1.2.27 +PORTNAME= ssh +PORTVERSION= 1.2.27 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ |