diff options
Diffstat (limited to 'textproc/libstemmer/Makefile')
-rw-r--r-- | textproc/libstemmer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libstemmer/Makefile b/textproc/libstemmer/Makefile index e35323ae00a..fd87540bc68 100644 --- a/textproc/libstemmer/Makefile +++ b/textproc/libstemmer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2022/04/25 23:22:58 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2022/06/28 11:36:12 wiz Exp $ DISTNAME= snowball-2.1.0 PKGNAME= ${DISTNAME:S/snowball/libstemmer/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=snowballstem/} GITHUB_PROJECT= snowball |