diff options
author | agc <agc> | 2004-09-17 09:45:02 +0000 |
---|---|---|
committer | agc <agc> | 2004-09-17 09:45:02 +0000 |
commit | fc713673bb108e8601d32afe48c94ebee2344794 (patch) | |
tree | 4c13dd8d5d20c1296f92e22d41312331fe3d14a7 | |
parent | be307fc6d52704a29f975a4ca4df0ee8f7ddfc33 (diff) | |
download | pkgsrc-fc713673bb108e8601d32afe48c94ebee2344794.tar.gz |
Use "pl" as the magic abbreviation for "pathlevel" in the package name.
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8ce48d7a554..a1adb8f67ea 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.69 2004/09/17 09:25:18 cube Exp $ +# $NetBSD: Makefile,v 1.70 2004/09/17 09:45:02 agc Exp $ # DISTNAME= sudo-1.6.8p1 +PKGNAME= sudo-1.6.8pl1 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |