diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-26 19:34:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-26 19:34:12 +0000 |
commit | ea2890b4d21143a70685fdaba404d3d9a0185f2a (patch) | |
tree | c1522f3752b78b0f4697269568f3540791a86239 /security/sudo | |
parent | d46b3dd8b632815d215dab9ac18f4d66ef94949e (diff) | |
download | pkgsrc-ea2890b4d21143a70685fdaba404d3d9a0185f2a.tar.gz |
Remove a redundant PKGNAME definition (which matches DISTNAME), and add
a fetch location for old distfiles so that we don't need to always keep
this package at the latest release.
Diffstat (limited to 'security/sudo')
-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 5edfde5df08..09085b23cf4 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.93 2007/07/23 16:38:36 tls Exp $ +# $NetBSD: Makefile,v 1.94 2007/07/26 19:34:12 jlam Exp $ # DISTNAME= sudo-1.6.9 -PKGNAME= sudo-1.6.9 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ 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/beta/ MAINTAINER= kim@tac.nyc.ny.us |