summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorjlam <jlam>2007-07-26 19:34:12 +0000
committerjlam <jlam>2007-07-26 19:34:12 +0000
commit7848162c4eb1d854419a4044de94ca6ce27fc025 (patch)
treec1522f3752b78b0f4697269568f3540791a86239 /security/sudo
parentf3f76e560725f1819666cc6ab8d4f047b9d20321 (diff)
downloadpkgsrc-7848162c4eb1d854419a4044de94ca6ce27fc025.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/Makefile4
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