diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2013-01-16 16:24:54 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2013-01-16 16:24:54 +0000 |
commit | 9fbcd5fca02d93b4d39cfbf75ba4765adb410eb5 (patch) | |
tree | 515faf0ec3fc731ff9e87ccf01a9b327f73e522c /share/man | |
parent | 3f02ef41300e881ae437a5f12725c840ff5083b5 (diff) |
Remove description of functionality that never was implemented, e.g.
CCACHE_DIR_${PKGPATH} .
ok sthen@, jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3b9416e097d..62f59455c1b 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.360 2013/01/05 09:43:25 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.361 2013/01/16 16:24:53 zhuk 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: January 5 2013 $ +.Dd $Mdocdate: January 16 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1145,9 +1145,6 @@ Sets the cache directory used when .Ev USE_CCACHE is set to yes. Defaults to ${WRKOBJDIR}/.ccache. -Can be set on a per-${PKGPATH} basis. -For instance, setting CCACHE_DIR_www/mozilla=/tmp/ccache -will affect only the mozilla port. .It Ev CCACHE_ENV Sets additional environment variables when .Ev USE_CCACHE |