summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 20:02:24 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 20:02:24 +0000
commita48d521f90666d0f28f2e8e496de7ac64101881c (patch)
treed7ce43aebe75df9daef76a96f29d198dec55d5c4 /sysutils
parent969d3ef7ae95aad28a47fe66e755a6abf6b67a7b (diff)
downloadpkgsrc-a48d521f90666d0f28f2e8e496de7ac64101881c.tar.gz
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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-google-compute-engine/Makefile5
1 files changed, 2 insertions, 3 deletions
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"