summaryrefslogtreecommitdiff
path: root/finance/cpuminer
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2021-05-29 19:35:04 +0000
committerkhorben <khorben@pkgsrc.org>2021-05-29 19:35:04 +0000
commita60bd42db599dcf73f190771a757c519ed30c5a8 (patch)
tree8048079ab6346a92b19546a7523e079588e2d568 /finance/cpuminer
parent30a658d718ef76c076552ea9c314d67f43a1cdfb (diff)
downloadpkgsrc-a60bd42db599dcf73f190771a757c519ed30c5a8.tar.gz
cpuminer: appease pkglint(1)
This simply corrects the order of variables; NFCI.
Diffstat (limited to 'finance/cpuminer')
-rw-r--r--finance/cpuminer/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/finance/cpuminer/Makefile b/finance/cpuminer/Makefile
index 574eb724708..503d43d9360 100644
--- a/finance/cpuminer/Makefile
+++ b/finance/cpuminer/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2021/05/29 19:30:57 khorben Exp $
+# $NetBSD: Makefile,v 1.16 2021/05/29 19:35:04 khorben Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= cpuminer-2.5.1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=pooler/}
+GITHUB_PROJECT= cpuminer
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/pooler/cpuminer/
COMMENT= CPU miner for Litecoin and Bitcoin
LICENSE= gnu-gpl-v2
-GITHUB_PROJECT= cpuminer
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf autoheader automake