From 9bea4ee6d14cf7abeb6ec963b4b0f7e55c9455c4 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 19 Feb 2015 14:23:57 +0000 Subject: Correction of PKGNAME to follow the rule. Thanks wiz. --- textproc/aspell-zu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/aspell-zu/Makefile b/textproc/aspell-zu/Makefile index 852494f130c..c6202fc2063 100644 --- a/textproc/aspell-zu/Makefile +++ b/textproc/aspell-zu/Makefile @@ -1,8 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:48:07 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2015/02/19 14:23:57 mef Exp $ # DISTNAME= aspell-zu-0.50-0 +# Following gives aspell-zu.0.50-0 PKGNAME= ${DISTNAME:S/-0/.0/1} +# Following gives aspell-zu-0.50.0 (etc) +PKGNAME= ${DISTNAME:C/0-([0-9])/0.\1/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/zu/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3