diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-16 03:57:46 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-16 03:57:46 +0000 |
| commit | 8b63b54d43cc9f4a3c3af406790fc6f0d86db560 (patch) | |
| tree | b59c2de9e9bd0502a722dd9efc6b5645a696be8c /math/oleo | |
| parent | 371b979d2e4f42fa3edb01ccfd6e8add7e5e88b3 (diff) | |
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
Diffstat (limited to 'math/oleo')
| -rw-r--r-- | math/oleo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 73513ec7b23b..4bc979c65d2e 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xlt --without-sciplot # With -O2 configure hangs at "checking for working mktime..." CONFIGURE_ENV= CFLAGS="${CFLAGS:C/-O2//} -fwrapv" -MAKE_ARGS+= DESTDIR="${STAGEDIR}" BINARY_ALIAS= makeinfo=false # disable detecting local makeinfo |
