devel/ccache*: Clarify WITH_CCACHE_BUILD=yes usage.

PR:	228187
This commit is contained in:
Bryan Drewery 2021-07-12 12:47:55 -07:00
parent 6b37107bea
commit 6feaf49e01
4 changed files with 6 additions and 8 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= ccache
PKGNAMESUFFIX?= -memcached
PORTVERSION= 3.5.dev.20180926
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= LOCAL/bdrewery \
GH

View File

@ -1,9 +1,8 @@
To use ccache for ports, just add WITH_CCACHE_BUILD=yes to
To use ccache for ports and base, just add WITH_CCACHE_BUILD=yes to
/etc/make.conf. The rest of this guide is for building
/usr/src and other checkouts.
To use ccache for base (11.0+) just add WITH_CCACHE_BUILD=yes
to /etc/src.conf. Refer to src.conf(5) for more information.
Refer to src.conf(5) for more information specific to base builds.
-------------------------------------------------------------------------------

View File

@ -2,7 +2,7 @@
PORTNAME= ccache
PORTVERSION= 3.7.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
LOCAL/bdrewery

View File

@ -1,9 +1,8 @@
To use ccache for ports, just add WITH_CCACHE_BUILD=yes to
To use ccache for ports and base, just add WITH_CCACHE_BUILD=yes to
/etc/make.conf. The rest of this guide is for building
/usr/src and other checkouts.
To use ccache for base (11.0+) just add WITH_CCACHE_BUILD=yes
to /etc/src.conf. Refer to src.conf(5) for more information.
Refer to src.conf(5) for more information specific to base builds.
-------------------------------------------------------------------------------