pkgsrc-WIP-changes archive

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

htslib: More intuitive Makefile organization



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

Modified Files:
	htslib/Makefile

Log Message:
htslib: More intuitive Makefile organization

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

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

diffstat:
 htslib/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 559084de5e..e28ab2bbd3 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -11,17 +11,18 @@ LICENSE=	mit
 
 USE_TOOLS+=		autoconf automake autoreconf bash gmake perl
 GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--enable-libcurl
-PKGCONFIG_OVERRIDE=	htslib.pc.in
-TEST_TARGET=		test
-
-REPLACE_PERL+=		test/*.pl
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	pre-configure
 SUBST_SED.version=	-e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"
 SUBST_FILES.version=	configure.ac
 
+REPLACE_PERL+=		test/*.pl
+
+CONFIGURE_ARGS+=	--enable-libcurl
+PKGCONFIG_OVERRIDE=	htslib.pc.in
+TEST_TARGET=		test
+
 pre-configure:
 	(cd ${WRKSRC} && autoreconf)
 


Home | Main Index | Thread Index | Old Index