From 8384e4836801ada0202b0a69c219869e9336e1d4 Mon Sep 17 00:00:00 2001 From: Jason Bacon Date: Sat, 4 May 2019 11:30:46 -0500 Subject: [PATCH] htslib: Clean up --- htslib/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htslib/Makefile b/htslib/Makefile index 092a2ede94..26613b5602 100644 --- a/htslib/Makefile +++ b/htslib/Makefile @@ -3,8 +3,6 @@ DISTNAME= htslib-1.9 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_GITHUB:=samtools/} -GITHUB_PROJECT= htslib -GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= bacon@NetBSD.org HOMEPAGE= http://www.htslib.org/ @@ -16,7 +14,7 @@ GNU_CONFIGURE= yes REPLACE_PERL= test/compare_sam.pl test/test.pl SUBST_CLASSES+= version -SUBST_STAGE.version= post-patch +SUBST_STAGE.version= pre-configure SUBST_SED.version= -e "s|m4_esyscmd_s(\[make print-version\])|[${PKGVERSION_NOREV}]|" SUBST_FILES.version= ${WRKSRC}/configure.ac