diff options
Diffstat (limited to 'editors/micro/Makefile')
-rw-r--r-- | editors/micro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/micro/Makefile b/editors/micro/Makefile index eef102850cc..6003d8988e9 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2022/11/03 11:06:01 sjmulder Exp $ +# $NetBSD: Makefile,v 1.36 2022/12/08 16:14:12 bsiegert Exp $ DISTNAME= micro-2.0.11 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=zyedidia/} GITHUB_TAG= v${PKGVERSION_NOREV} |