diff options
Diffstat (limited to 'fonts/fntsample/Makefile')
-rw-r--r-- | fonts/fntsample/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile index 6c5be3f7622..20c78b48721 100644 --- a/fonts/fntsample/Makefile +++ b/fonts/fntsample/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2019/12/11 14:57:43 mef Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/08 16:49:31 wiz Exp $ # VERSION= 5.3 DISTNAME= fntsample-${VERSION} +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/} GITHUB_TAG= release/${VERSION} |