summaryrefslogtreecommitdiff
path: root/textproc/aspell-zu
diff options
context:
space:
mode:
authormef <mef>2015-02-19 14:23:57 +0000
committermef <mef>2015-02-19 14:23:57 +0000
commit1e86b40dd4c56a99f453fcaecc0da69a52f61723 (patch)
tree12dedaaedd1b6637109f1f7e2b106abb274c86ba /textproc/aspell-zu
parentd3cdff6254cabb43137f7a317d22803550937ec0 (diff)
downloadpkgsrc-1e86b40dd4c56a99f453fcaecc0da69a52f61723.tar.gz
Correction of PKGNAME to follow the rule. Thanks wiz.
Diffstat (limited to 'textproc/aspell-zu')
-rw-r--r--textproc/aspell-zu/Makefile5
1 files changed, 4 insertions, 1 deletions
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