diff options
Diffstat (limited to 'games/violetland/Makefile')
-rw-r--r-- | games/violetland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile index 5075244c1be..01a1b42483b 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2018/12/13 19:51:57 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/07/01 04:08:17 ryoon Exp $ DISTNAME= violetland-0.5-source-with-dependencies GITHUB_RELEASE= ${PKGVERSION_NOREV} PKGNAME= ${DISTNAME:S/-source-with-dependencies//} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=ooxi/} |