diff options
Diffstat (limited to 'editors/feathernotes/Makefile')
-rw-r--r-- | editors/feathernotes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/feathernotes/Makefile b/editors/feathernotes/Makefile index ee0cb4a0e99..44c16058a57 100644 --- a/editors/feathernotes/Makefile +++ b/editors/feathernotes/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2020/11/02 20:20:01 pin Exp $ +# $NetBSD: Makefile,v 1.11 2020/11/05 09:08:00 ryoon Exp $ VERSION= 0.8.0 DISTNAME= FeatherNotes-V${VERSION} PKGNAME= feathernotes-${VERSION} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} |