diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-06-13 12:03:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-06-13 12:03:01 +0000 |
commit | 85be757f6cba79110308bcb4355470f0eb366c44 (patch) | |
tree | 176cb67a5024c57eedbed79e0511846f58013b87 /security/putty | |
parent | 71d4cdcfb59cc1eaa48038a76bbb2daa050805b7 (diff) | |
download | ports-85be757f6cba79110308bcb4355470f0eb366c44.tar.gz ports-85be757f6cba79110308bcb4355470f0eb366c44.zip |
- Add one more MASTER_SITE
Notes
Notes:
svn path=/head/; revision=193391
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 01fb91e69e96..baa423c93818 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -8,7 +8,8 @@ PORTNAME= putty PORTVERSION= 0.60 CATEGORIES= security ipv6 -MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ +MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ \ + ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= garga@FreeBSD.org |