diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-10-03 16:50:18 -0400 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-03 19:00:03 -0400 |
commit | 5b55c88bc4ebb24b0a04fe35d702d3679a9b4076 (patch) | |
tree | c8fce9a384e77483b22aba1ce522287d14f7fbfa | |
parent | www/gallery-dl: update to 1.30.9 (diff) |
bsd.port.mk: Spell .export-env correctly
Fixes: c0363d749119 ("First bit of support to cross build the ports tree will only work")
Reviewed by: ivy
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52895
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 96824b8641e2..eee8bfb7c45f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1081,7 +1081,7 @@ LD+= --sysroot=${CROSS_SYSROOT} STRIP_CMD= ${CROSS_BINUTILS_PREFIX}strip # only bmake support the below STRIPBIN= ${STRIP_CMD} -.export.env STRIPBIN +.export-env STRIPBIN .endif # |