diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-29 03:39:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-29 03:39:20 +0800 |
commit | f615d5ad38b2aa92cf840d1b06216fdd1ea96758 (patch) | |
tree | 6fc28860f2e7e4720ef80a7df9c85b490681a99f /security/ssh2 | |
parent | 8c2ff1ce65c76b0e1733d6ec6bdc7119f354869d (diff) | |
download | freebsd-ports-gnome-f615d5ad38b2aa92cf840d1b06216fdd1ea96758.tar.gz freebsd-ports-gnome-f615d5ad38b2aa92cf840d1b06216fdd1ea96758.tar.zst freebsd-ports-gnome-f615d5ad38b2aa92cf840d1b06216fdd1ea96758.zip |
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]
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/ |