diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-02-21 00:37:48 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-02-21 00:37:48 +0000 |
commit | 78fdc72f737aa57c05d6ae61faaa7bd2de7fd71d (patch) | |
tree | 907e86553e54b0950f065be500104003cf909f8a /share/man | |
parent | 72e705bd6736a961d7646bb6b098d1ad58363486 (diff) |
USE_CCACHE does not add a dependency
OK jca sthen
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9c2104e563f..99e0f6e261c 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.556 2022/02/18 23:17:15 jsg Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.557 2022/02/21 00:37:47 kn Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 18 2022 $ +.Dd $Mdocdate: February 21 2022 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3235,8 +3235,7 @@ User settings. Set to .Sq Yes to use ccache when building ports. -Adds a build dependency on devel/ccache, and sets up the build -environment so that it is used. +Sets up the build environment so that it is used. .It Ev USE_GMAKE Set to .Sq Yes |