diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-06-27 21:30:39 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-06-27 21:30:39 +0000 |
commit | 64e68af6e266bad0bf9679c994da249922c793dc (patch) | |
tree | edb1a5c724d06e459eae7a2faf2f10aa2e035324 /security/openssh/Makefile | |
parent | 79aff9e30d8d76a999a256d53185622c93d80e8b (diff) | |
download | ports-64e68af6e266bad0bf9679c994da249922c793dc.tar.gz ports-64e68af6e266bad0bf9679c994da249922c793dc.zip |
Notes
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 41511c74b4b0..9be0d009e818 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -6,12 +6,12 @@ # PORTNAME= OpenSSH -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp1.se.openbsd.org/pub/OpenBSD/OpenSSH/ -DISTNAME= openssh-2.1.0 +DISTNAME= openssh-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= green@FreeBSD.org |