diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 19:39:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 19:39:20 +0000 |
commit | d980a16013ffa17a81b11736f3c72f65d26bdf42 (patch) | |
tree | 0a3ad022918cd1110759f2cfc22fc9e38aeb5822 /security/ssh2 | |
parent | 3517edcd446757527402580765afcd9175041134 (diff) |
Make pkgname match the directory the port lives in, and to reduce collsion
with the ssh1 port.
Asked for by: several on the ports list over time
[the maintainer has not responded to multiple emails asking about this change]
Notes
Notes:
svn path=/head/; revision=25179
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 6bc3cf7fb1d1..fbad42290535 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -8,9 +8,10 @@ # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP -DISTNAME= ssh-2.0.13 +DISTNAME= ssh-2.0.13 +PKGNAME= ssh2-2.0.13 CATEGORIES= security net -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ +MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ |