diff options
author | gdt <gdt@pkgsrc.org> | 2007-07-27 17:28:48 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-07-27 17:28:48 +0000 |
commit | d7922fde3a3cefb4cf034e29ed57508439977c8c (patch) | |
tree | c03b9d4fe1c7c7487f0cf7e600c87b296f152530 /security | |
parent | 315daaa372a79e9445e9346ee4d91ee71b311a97 (diff) | |
download | pkgsrc-d7922fde3a3cefb4cf034e29ed57508439977c8c.tar.gz |
Fix location of old distfiles in MASTER_SITE (s/old/OLD/).
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 09085b23cf4..e8a05b7f6b6 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2007/07/26 19:34:12 jlam Exp $ +# $NetBSD: Makefile,v 1.95 2007/07/27 17:28:48 gdt Exp $ # DISTNAME= sudo-1.6.9 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.cs.colorado.edu/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ \ ftp://ftp.tux.org/pub/security/sudo/ \ - http://www.courtesan.com/sudo/dist/old/ \ + http://www.courtesan.com/sudo/dist/OLD/ \ http://www.courtesan.com/sudo/dist/beta/ MAINTAINER= kim@tac.nyc.ny.us |