diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-12-16 23:30:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-12-16 23:30:41 +0000 |
commit | 3073850758280ea46147514dcbc62b14e2faffce (patch) | |
tree | 39022af9f7d2d4efdd89d4ac24fac596b914b6c4 /security/sudo/Makefile | |
parent | - Allow user to avoid py-tkinter dependency by using WITHOUT_X11=yes knob (diff) |
Add another MASTER_SITE
Submitted by: "Michael Sharp" <ms@probsd.org>
Diffstat (limited to '')
-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/ |