diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-01 21:07:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-01 21:07:24 +0000 |
commit | ab29bc244d8f9ddcaaf9cc75412a998a8070f85e (patch) | |
tree | 3a0dedae0162d3f3e4d1d35733dea41a169f451a | |
parent | 6fc2e12c0f23dba885f1bbbcce5345f6ce51b53b (diff) | |
download | pkgsrc-ab29bc244d8f9ddcaaf9cc75412a998a8070f85e.tar.gz |
print/foomatic4-db-engine: allow SUBST block to be a no-op
-rw-r--r-- | print/foomatic4-db-engine/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/foomatic4-db-engine/Makefile b/print/foomatic4-db-engine/Makefile index 9f46e6f154d..b2885ddb657 100644 --- a/print/foomatic4-db-engine/Makefile +++ b/print/foomatic4-db-engine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2020/01/18 23:33:28 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2020/05/01 21:07:24 rillig Exp $ # DISTNAME= foomatic-db-engine-4.0.13 @@ -43,6 +43,10 @@ SUBST_CLASSES+= fixpath SUBST_STAGE.fixpath= post-build SUBST_FILES.fixpath= lib/Foomatic/Defaults.pm SUBST_SED.fixpath= -e "s,${TOOLS_DIR}/bin/curl,${BUILDLINK_PREFIX.curl}/bin/curl,g" +SUBST_NOOP_OK.fixpath= yes # see below +# I'm not sure in which situations ${TOOLS_DIRS} may end up in +# config.status. When I tried, the correct path to curl ended up there. +# See also https://bugs.linuxfoundation.org/show_bug.cgi?id=1442. # XXX generated but needs to be present before perl5-configure post-extract: |