diff options
author | krion <krion@FreeBSD.org> | 2004-05-26 06:19:05 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-26 06:19:05 +0000 |
commit | 02622a807b60636935d251e84da8f637f78a4ac6 (patch) | |
tree | c98fd377a54b12015ead1fc4f896dc3644d57aef /security/tinc | |
parent | a52761f7b29b8bd6bb45d19e5a04dc7ab46503c7 (diff) | |
download | FreeBSD-ports-02622a807b60636935d251e84da8f637f78a4ac6.zip FreeBSD-ports-02622a807b60636935d251e84da8f637f78a4ac6.tar.gz |
- Fix MASTER_SITES
PR: ports/67201
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index f4d4b85..60cb92d 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -10,9 +10,9 @@ PORTNAME= tinc PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://tinc.nl.linux.org/packages/ \ +MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ - http://the.wiretapped.net/security/network-security/tinc/ + http://www.mirrors.wiretapped.net/security/network-security/tinc/ MAINTAINER= krion@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon |