diff options
author | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-15 14:14:52 +0000 |
---|---|---|
committer | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-27 13:40:05 +0000 |
commit | 5500a15642f7ea5f0cd01009c7db310ad8fee8b0 (patch) | |
tree | b83213783d7832a19b02f045c4f003ed4de3606a /share/man/man7/build.7 | |
parent | 640c2ff8ae9bdbad91aa25094123bb97e5a92bbf (diff) |
build(7): use a more relevant example for PORTS_MODULES
emulators/kqemu-kmod no longer exists in the ports tree.
Reviewed by: imp, bcr
Differential Revision: https://reviews.freebsd.org/D30261
(cherry picked from commit 7fbc0c98a8efaef86d72759372ec7746d929302e)
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r-- | share/man/man7/build.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 72a1dc3078d1..bad3da789e5a 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2020 +.Dd May 15, 2021 .Dt BUILD 7 .Os .Sh NAME @@ -600,7 +600,7 @@ and .Cm installkernel process. .Bd -literal -offset indent -make PORTS_MODULES=emulators/kqemu-kmod kernel +make PORTS_MODULES=emulators/virtualbox-ose-kmod kernel .Ed .It Va SRCCONF Specify a file to override the default |