diff options
| author | Teddy Wing | 2023-04-30 05:16:21 +0200 |
|---|---|---|
| committer | Teddy Wing | 2023-04-30 05:16:21 +0200 |
| commit | ce36b70c002ca6eab10b4e84a72551a35ae45f8b (patch) | |
| tree | 6d16685169d203fe94a7d5f303882f036917cdbf | |
| parent | 64e8205eea720dfe47fac2b2aeaa0828a6f78c9c (diff) | |
| download | macports-ports-ce36b70c002ca6eab10b4e84a72551a35ae45f8b.tar.bz2 | |
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/Portfile | 2 |
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} |
