pkgsrc-WIP-changes archive

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

SNAP: reorder lines in Makefile to remove pkglint warning.



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Tue Sep 14 15:12:28 2021 -0600
Changeset:	9f507fa8002dccb19b9eb8f1480bad32e05b36c0

Modified Files:
	SNAP/Makefile

Log Message:
SNAP: reorder lines in Makefile to remove pkglint warning.

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

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

diffstat:
 SNAP/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/SNAP/Makefile b/SNAP/Makefile
index 045088e1aa..b241b44fcd 100644
--- a/SNAP/Makefile
+++ b/SNAP/Makefile
@@ -6,8 +6,8 @@ DISTNAME=	master
 PKGNAME=	${GITHUB_PROJECT}-0.0.0.20210910
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=KorfLab/}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	${GITHUB_PROJECT}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/KorfLab/SNAP/


Home | Main Index | Thread Index | Old Index