diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-10 19:02:28 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-10 19:02:28 +0000 |
commit | 580675f5ed1c5fe401e11c35aa5813bd83b28a32 (patch) | |
tree | 9db188c2889d78ad2ded250d785bde57a6da7797 /security/sudo | |
parent | 37973a952c71b47234032639eea7cce67bc9127a (diff) |
Unbreak for 3.4-R by changing the MASTER_SITE path in case mharo
doesn't get to PR 15403 in time.
Notes
Notes:
svn path=/head/; revision=23745
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b79bdec75bcd..fdce52db9bea 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -8,7 +8,7 @@ DISTNAME= sudo-1.6 CATEGORIES= security -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/OLD/ MAINTAINER= mharo@FreeBSD.org |