summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"