diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-07 11:23:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-07 11:23:48 +0000 |
commit | 185fedc050a95ee96167c05043928a50d86e2307 (patch) | |
tree | 1d8a0333483dc61eeb45de33964e410d648ab688 /security/tkpasman | |
parent | 3c450897410996511a411ab1fcc0c8693ea4e932 (diff) | |
download | pkgsrc-185fedc050a95ee96167c05043928a50d86e2307.tar.gz |
Avoid using the "tl" modifier in PKGNAME. It is not supported in make of
NetBSD 1.5.
Diffstat (limited to 'security/tkpasman')
-rw-r--r-- | security/tkpasman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tkpasman/Makefile b/security/tkpasman/Makefile index 2c430620841..fe9fcd6e371 100644 --- a/security/tkpasman/Makefile +++ b/security/tkpasman/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/07 11:23:48 jmmv Exp $ # DISTNAME= TkPasMan-2.2 -PKGNAME= ${DISTNAME:tl} +PKGNAME= ${DISTNAME:S/TkPasMan/tkpasman/} CATEGORIES= security MASTER_SITES= http://www.xs4all.nl/~wbsoft/linux/projects/ |