diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-05 06:12:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-05 06:12:46 +0000 |
commit | 98af23a9d61718a9bcc253db5aec61eac216ff45 (patch) | |
tree | 84f60c883cd4c1a63faa7f4a4da13fd60e0d0190 /textproc | |
parent | dd588e22f3221a7da5680c4e9b3e5e99d78849ee (diff) | |
download | pkgsrc-98af23a9d61718a9bcc253db5aec61eac216ff45.tar.gz |
p5-Text-Xslate: fix PKGNAME
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index fca48f65426..56b7808337d 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2017/12/03 08:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/12/05 06:12:46 wiz Exp $ DISTNAME= Text-Xslate-v3.5.3 -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME:S/-v/-/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SK/SKAJI/} |