git: 1951ed211fac - 2026Q2 - net-mgmt/ipv6mon: fix installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jun 2026 09:32:17 UTC
The branch 2026Q2 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1951ed211fac9245bd7c3b0a05bde1105629bb0e
commit 1951ed211fac9245bd7c3b0a05bde1105629bb0e
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-21 00:09:27 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-22 09:31:38 +0000
net-mgmt/ipv6mon: fix installation
Port uses <bsd.prog.mk>, which desires STRIP=${STRIP}, but we have
started to set STRIP=${STRIP_CMD} in MAKE_ENV a while ago.
Override this bogus setting in MAKE_ARGS to fix installation.
MFH: 2026Q2
See also: D55509
Approved by: portmgr (build fix blanket)
(cherry picked from commit 8c62aaa316f9870daa1a7fac4c510cbded5aa596)
---
net-mgmt/ipv6mon/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile
index 353978101307..30c14772df71 100644
--- a/net-mgmt/ipv6mon/Makefile
+++ b/net-mgmt/ipv6mon/Makefile
@@ -20,7 +20,7 @@ CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\"
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
USE_RC_SUBR= ${PORTNAME}
-MAKE_ARGS= MANDIR=${PREFIX}/share/man/man
+MAKE_ARGS= MANDIR=${PREFIX}/share/man/man STRIP=${STRIP}
PORTDOCS= README.TXT \
ipv6mon-installation-notes.odt \