diff options
author | krion <krion@FreeBSD.org> | 2004-05-26 14:19:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-26 14:19:05 +0800 |
commit | 02622a807b60636935d251e84da8f637f78a4ac6 (patch) | |
tree | c98fd377a54b12015ead1fc4f896dc3644d57aef /security/tinc | |
parent | a52761f7b29b8bd6bb45d19e5a04dc7ab46503c7 (diff) | |
download | freebsd-ports-gnome-02622a807b60636935d251e84da8f637f78a4ac6.tar.gz freebsd-ports-gnome-02622a807b60636935d251e84da8f637f78a4ac6.tar.zst freebsd-ports-gnome-02622a807b60636935d251e84da8f637f78a4ac6.zip |
- 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 f4d4b85069fc..60cb92dd9fb3 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 |