diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-12-17 03:43:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-12-17 03:43:37 +0000 |
commit | 8833731add0cbdac9b707e63b0f1a8577b489403 (patch) | |
tree | 945040f4e6ac53dc440c13b408e72be7bf0e4d22 /security/sudo | |
parent | 553d3eefb7c60c2174e7b2e675361cc4e0ea0a2a (diff) | |
download | ports-8833731add0cbdac9b707e63b0f1a8577b489403.tar.gz ports-8833731add0cbdac9b707e63b0f1a8577b489403.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1b1b93e5bc6c..2a73a535ef74 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -11,9 +11,14 @@ PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ + http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/sudo/ \ + http://mirrors.theonlinerecordstore.com/sudo/ \ + http://core.ring.gr.jp/archives/misc/sudo/ \ + http://www.ring.gr.jp/archives/misc/sudo/ \ + http://sudo.tsuren.net/dist/ \ + http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ - ftp://ftp.stikman.com/pub/sudo/ \ - ftp://ftp.uu.net/pub/security/sudo/ + ftp://ftp.stikman.com/pub/sudo/ DISTNAME= ${PORTNAME}-1.6.7p5 MAINTAINER= mharo@FreeBSD.org |