pkgsrc-WIP-changes archive

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

htslib: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Apr 27 12:23:15 2018 -0500
Changeset:	926dcf6c07f9dabe0acfe30493a8d6370aeb8366

Modified Files:
	htslib/Makefile

Log Message:
htslib: 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=926dcf6c07f9dabe0acfe30493a8d6370aeb8366

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

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

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 9fc894ed82..0150786fbf 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -17,8 +17,8 @@ REPLACE_PERL=	test/compare_sam.pl test/test.pl
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	post-patch
-SUBST_SED.version+=	-e "s|m4_esyscmd_s(\[make print-version\])|[${PV}]|"
-SUBST_FILES.version+=	${WRKSRC}/configure.ac
+SUBST_SED.version=	-e "s|m4_esyscmd_s(\[make print-version\])|[${PV}]|"
+SUBST_FILES.version=	${WRKSRC}/configure.ac
 
 PKGCONFIG_OVERRIDE=	htslib.pc.in
 


Home | Main Index | Thread Index | Old Index