pkgsrc-WIP-changes archive

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

htslib: Simplify shebang fixes



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Jul 21 16:55:03 2020 -0500
Changeset:	d67234179a8ba65bfa09584ecbf33479ced59923

Modified Files:
	htslib/Makefile

Log Message:
htslib: Simplify shebang fixes

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

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

diffstat:
 htslib/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index c50275ad3f..559084de5e 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -15,8 +15,7 @@ CONFIGURE_ARGS+=	--enable-libcurl
 PKGCONFIG_OVERRIDE=	htslib.pc.in
 TEST_TARGET=		test
 
-REPLACE_PERL+=		test/compare_sam.pl
-REPLACE_PERL+=		test/test.pl
+REPLACE_PERL+=		test/*.pl
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	pre-configure


Home | Main Index | Thread Index | Old Index