From cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 23 May 2019 19:22:54 +0000 Subject: all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. --- cad/qcad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cad') diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 63f3d281a75..f2c6574771b 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2018/07/27 14:12:41 plunky Exp $ +# $NetBSD: Makefile,v 1.73 2019/05/23 19:22:55 rillig Exp $ # DISTNAME= qcad-3.21.2.3 @@ -27,7 +27,7 @@ SUBST_MESSAGE.paths= Attending to hard-coded paths. SUBST_FILES.paths+= shared.pri src/core/RS.cpp src/core/RSettings.cpp SUBST_FILES.paths+= scripts/Help/ShowReadme/ShowReadme.js SUBST_FILES.paths+= scripts/Widgets/LibraryBrowser/LibraryBrowser.js -SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},g' +SUBST_VARS.paths= PREFIX AUTO_MKDIRS= yes -- cgit v1.2.3