pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

witchblast: fix order of the variables



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Mon May 7 19:34:56 2018 +0900
Changeset:	27437d0fd0e1e496b841bdf26426723b56b6b007

Modified Files:
	witchblast/Makefile

Log Message:
witchblast: fix order of the variables

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27437d0fd0e1e496b841bdf26426723b56b6b007

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 witchblast/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/witchblast/Makefile b/witchblast/Makefile
index e6eb032187..99e744b0a3 100644
--- a/witchblast/Makefile
+++ b/witchblast/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-PKGNAME=	${GITHUB_PROJECT}-0.7.5
 GITHUB_PROJECT=	witchblast
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTNAME=	v${PKGVERSION_NOREV}
+PKGNAME=	${GITHUB_PROJECT}-0.7.5
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Cirrus-Minor/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Cirrus-Minor/witchblast/


Home | Main Index | Thread Index | Old Index