pkgsrc-WIP-changes archive

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

samtools: Sync Makefile with committed package



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 25 07:12:59 2023 -0600
Changeset:	29618b0074399320d7ce367f4aedd945aa12a909

Modified Files:
	samtools/Makefile

Log Message:
samtools: Sync Makefile with committed package

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

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

diffstat:
 samtools/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index 745aec63b0..15d9f5ea84 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -3,14 +3,17 @@
 DISTNAME=	samtools-1.17
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=samtools/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://www.htslib.org/
 COMMENT=	Tools for manipulating sequence alignment maps
 LICENSE=	mit
 
-USE_TOOLS+=	autoconf automake autoreconf bash gmake perl
-GNU_CONFIGURE=	yes
+USE_TOOLS+=		autoconf automake autoreconf bash gmake perl
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--with-htslib=system
+TEST_TARGET=		test
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	pre-configure
@@ -28,9 +31,6 @@ REPLACE_PERL+=		test/*.pl
 REPLACE_PERL+=		misc/plot-bamstats misc/plot-ampliconstats
 REPLACE_LUA+=		misc/*.lua
 
-CONFIGURE_ARGS+=	--with-htslib=system
-TEST_TARGET=		test
-
 pre-configure:
 	cd ${WRKSRC} && autoreconf -if
 


Home | Main Index | Thread Index | Old Index