diff options
author | taca <taca@pkgsrc.org> | 2002-01-28 15:38:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-28 15:38:37 +0000 |
commit | f24f88b7bf04f62c0d3a246dce618f296b405ce5 (patch) | |
tree | 8e4cd143c676edc7a5be5c039c9a223b56097fae /security/sudo | |
parent | 05884d06835ef6b211a7dde706be072cd0bc3473 (diff) | |
download | pkgsrc-f24f88b7bf04f62c0d3a246dce618f296b405ce5.tar.gz |
Correct PKGNAME not sudo-1.6.5p2 but sudo-1.6.5.2.
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 8887420bf99..07e0d5580aa 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2002/01/24 16:01:02 taca Exp $ +# $NetBSD: Makefile,v 1.45 2002/01/28 15:38:37 taca Exp $ # DISTNAME= sudo-1.6.5p2 -PKGNAME= ${DISTNAME:S/p1/.2/} +PKGNAME= ${DISTNAME:S/p/./} CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |