pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
htslib: Update configure.ac subst for new version
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jun 5 11:15:39 2020 -0500
Changeset: 250d9af2d5af810579dbe26f6393aacc3d1697f1
Modified Files:
htslib/Makefile
Log Message:
htslib: Update configure.ac subst for new version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=250d9af2d5af810579dbe26f6393aacc3d1697f1
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 9b13c2d6b8..11e4a21e35 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -20,8 +20,8 @@ REPLACE_PERL+= test/test.pl
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
-SUBST_SED.version= -e "s|m4_esyscmd_s(\[make print-version\])|[${PKGVERSION_NOREV}]|"
-SUBST_FILES.version= ${WRKSRC}/configure.ac
+SUBST_SED.version= -e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"
+SUBST_FILES.version= configure.ac
pre-configure:
(cd ${WRKSRC} && autoreconf)
Home |
Main Index |
Thread Index |
Old Index