diff options
author | mharo <mharo@FreeBSD.org> | 2003-12-17 07:30:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-12-17 07:30:41 +0800 |
commit | dd8c72b4685a9030cd604505b2d5a0a2c4fec93c (patch) | |
tree | 4d72c799a37a3dc0614009a354e425c977f5941a /security | |
parent | 21feb639d0ab4387b396bd2ec7193e2a488ed6f4 (diff) | |
download | freebsd-ports-gnome-dd8c72b4685a9030cd604505b2d5a0a2c4fec93c.tar.gz freebsd-ports-gnome-dd8c72b4685a9030cd604505b2d5a0a2c4fec93c.tar.zst freebsd-ports-gnome-dd8c72b4685a9030cd604505b2d5a0a2c4fec93c.zip |
Add another MASTER_SITE
Submitted by: "Michael Sharp" <ms@probsd.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 12a9c9fb743a..1b1b93e5bc6c 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.6.7.5 PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ + http://probsd.org/sudoftp/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ |