pkgsrc-WIP-changes archive

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

bcftools: Fix subst to match patch



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Nov 10 10:37:26 2018 -0600
Changeset:	4b92476798190032734f84d448ba67cc7b83d023

Modified Files:
	bcftools/Makefile

Log Message:
bcftools: Fix subst to match patch

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

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

diffstat:
 bcftools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index 61f79455b2..9232e8d448 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -28,7 +28,7 @@ REPLACE_PYTHON=	misc/*.py
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	pre-configure
-SUBST_SED.version+=	-e 's|@PV@|${PV}|g'
+SUBST_SED.version+=	-e 's|@PORTVERSION@|${PV}|g'
 SUBST_FILES.version+=	${WRKSRC}/configure.ac
 
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index