From a48d521f90666d0f28f2e8e496de7ac64101881c Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 9 May 2020 20:02:24 +0000 Subject: sysutils/py-google-compute-engine: allow no-op SUBST block It looks wrong that the paths in constants.py depend on the operating system, but that's not caused by the latest SUBST changes, so I'm leaving that as-is. Someone familiar with this package should have a look. --- sysutils/py-google-compute-engine/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile index f9c3d698666..89c7ec1efd6 100644 --- a/sysutils/py-google-compute-engine/Makefile +++ b/sysutils/py-google-compute-engine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/02 18:22:31 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2020/05/09 20:02:24 rillig Exp $ GITHUB_PROJECT= compute-image-packages GITHUB_TAG= 20170829 @@ -31,8 +31,7 @@ SUBST_STAGE.paths= pre-configure SUBST_MESSAGE.paths= Fixing absolute paths. SUBST_SED.paths= -e 's,/etc,${PREFIX},g' SUBST_SED.paths+= -e 's,/var,${VARBASE},g' - - +SUBST_NOOP_OK.paths= yes # the paths look broken, someone should fix this .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3