diff options
author | jlam <jlam> | 2007-07-26 19:34:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-07-26 19:34:12 +0000 |
commit | b596e11e522c6eb2370dca0cb83275d908e4bb29 (patch) | |
tree | c1522f3752b78b0f4697269568f3540791a86239 /security | |
parent | be48e9fd468b731d153f431bb82ddf7b3738941e (diff) | |
download | pkgsrc-b596e11e522c6eb2370dca0cb83275d908e4bb29.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')
-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 |