pkgsrc-WIP-changes archive

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

samtools: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jul 22 07:33:33 2020 -0500
Changeset:	0818ce314798df7b4dc2111a6231eadf50aa923d

Modified Files:
	samtools/Makefile

Log Message:
samtools: Clean up Makefile

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

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

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

diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index e86426ce1e..c7593f4dd5 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -14,16 +14,16 @@ GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-htslib=system
 TEST_TARGET=		test
 
-REPLACE_PERL=		misc/*.pl
+REPLACE_PERL+=		misc/*.pl
+REPLACE_PERL+=		test/*.pl
 REPLACE_PERL+=		misc/plot-bamstats
-REPLACE_PERL+=		test/test.pl
-REPLACE_PYTHON=		misc/*.py
+REPLACE_PYTHON+=	misc/*.py
 
 pre-configure:
 	(cd ${WRKSRC} && autoreconf)
 
-.include "../../devel/zlib/buildlink3.mk"
 .include "../../wip/htslib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index