aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-04-30 05:16:21 +0200
committerTeddy Wing2023-04-30 05:16:21 +0200
commitce36b70c002ca6eab10b4e84a72551a35ae45f8b (patch)
tree6d16685169d203fe94a7d5f303882f036917cdbf
parent64e8205eea720dfe47fac2b2aeaa0828a6f78c9c (diff)
downloadmacports-ports-ce36b70c002ca6eab10b4e84a72551a35ae45f8b.tar.bz2
pdf-form-replace-font2: Change `build.env` to `build.args`HEADmaster
Setting `MVN` with env didn't override the default. Change this to `build.args` so we can correctly override the build executable.
-rw-r--r--print/pdf-form-replace-font2/Portfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdf-form-replace-font2/Portfile b/print/pdf-form-replace-font2/Portfile
index 2132560..12bc463 100644
--- a/print/pdf-form-replace-font2/Portfile
+++ b/print/pdf-form-replace-font2/Portfile
@@ -38,7 +38,7 @@ pre-build {
}
build.target package
-build.env MVN=mvn3 \
+build.args MVN=mvn3 \
MVNFLAGS=-Dmaven.repo.local=${maven_local_repository} \
prefix=${prefix}