diff options
author | mef <mef@pkgsrc.org> | 2015-02-19 14:23:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-19 14:23:57 +0000 |
commit | 9bea4ee6d14cf7abeb6ec963b4b0f7e55c9455c4 (patch) | |
tree | 12dedaaedd1b6637109f1f7e2b106abb274c86ba | |
parent | a2e1f31667d0a81e9d26bf0dabedb49261040aae (diff) | |
download | pkgsrc-9bea4ee6d14cf7abeb6ec963b4b0f7e55c9455c4.tar.gz |
Correction of PKGNAME to follow the rule. Thanks wiz.
-rw-r--r-- | textproc/aspell-zu/Makefile | 5 |
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 |