summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-31 22:49:02 +0000
committerngie <ngie@FreeBSD.org>2014-12-31 22:49:02 +0000
commit0f65758efe597093a0c3052f75df5cf16fc305f8 (patch)
treee00dead8aac799754eb7a1224a822b5f9d173c7d /share/man
parentfe3091abcb6712a18d5675bcab90c7a807f50930 (diff)
downloadFreeBSD-src-0f65758efe597093a0c3052f75df5cf16fc305f8.zip
FreeBSD-src-0f65758efe597093a0c3052f75df5cf16fc305f8.tar.gz
The variable used with install(1) for stripping should be STRIPBIN, not
STRIP_CMD MFC after: 3 days Reported by: lev
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/build.74
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 95b2572..18258ad 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -445,10 +445,10 @@ process.
.Bd -literal -offset indent
make PORTS_MODULES=emulators/kqemu-kmod kernel
.Ed
-.It Va STRIP_CMD
+.It Va STRIPBIN
Command to use at install time when stripping binaries.
Be sure to add any additional tools required to run
-.Va STRIP_CMD
+.Va STRIPBIN
to the
.Va LOCAL_ITOOLS
.Xr make 1
OpenPOWER on IntegriCloud