diff options
author | marino <marino@FreeBSD.org> | 2015-11-23 19:44:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-23 19:44:33 +0800 |
commit | cf3daa17f42bf4119087fb531d570a99f12f90b0 (patch) | |
tree | 26bafd7375d7e18ee4860bd4e3974a39d385e4f8 /security | |
parent | df6a36abbbb22ca84e85f55eda6cd3a46e30f4d4 (diff) | |
download | freebsd-ports-gnome-cf3daa17f42bf4119087fb531d570a99f12f90b0.tar.gz freebsd-ports-gnome-cf3daa17f42bf4119087fb531d570a99f12f90b0.tar.zst freebsd-ports-gnome-cf3daa17f42bf4119087fb531d570a99f12f90b0.zip |
security/putty: Fix typo
Diffstat (limited to 'security')
-rw-r--r-- | security/putty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 215a3bbab3a8..dc9fbaacc517 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -2,7 +2,7 @@ PORTNAME= putty PORTVERSION= 0.66 -PORTREVISION 1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ |