diff options
Diffstat (limited to 'textproc/go-md2man')
-rw-r--r-- | textproc/go-md2man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index 5d1e8da0a18..6978ad1407e 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2019/05/27 15:18:32 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2019/08/14 15:45:48 bsiegert Exp $ DISTNAME= go-md2man-1.0.8 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |