diff options
author | wiz <wiz> | 2015-07-13 09:53:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-13 09:53:55 +0000 |
commit | ff93bd90898124d7d5e523fd7c95012be6b2ad67 (patch) | |
tree | d6ca912f2c5eab0a127d6035a4a1971b9cf2baaf /security | |
parent | 08b19bc7dc9c33d8c3caf5cfcfc5e21db6e885ee (diff) | |
download | pkgsrc-ff93bd90898124d7d5e523fd7c95012be6b2ad67.tar.gz |
Make PKGNAME match directory name.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-pcsc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-pcsc/Makefile b/security/p5-pcsc/Makefile index ed928d5a31d..997b394ac6d 100644 --- a/security/p5-pcsc/Makefile +++ b/security/p5-pcsc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/13 09:53:55 wiz Exp $ DISTNAME= pcsc-perl-1.4.13 -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME:S/-perl//} PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ |