svn commit: r51051 - head/en_US.ISO8859-1/htdocs/releases/12.0R

Glen Barber gjb at FreeBSD.org
Thu Oct 5 19:28:10 UTC 2017


Author: gjb
Date: Thu Oct  5 19:28:09 2017
New Revision: 51051
URL: https://svnweb.freebsd.org/changeset/doc/51051

Log:
  Set MAN4DIR to an empty value temporarily.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Thu Oct  5 19:25:40 2017	(r51050)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Thu Oct  5 19:28:09 2017	(r51051)
@@ -57,6 +57,7 @@ _ARM?=		BANANAPI \
 
 #_hardware?=	hardware
 _hardware=	# empty
+MAN4DIR=
 .if !defined(MAN4DIR) || empty(MAN4DIR)
 . if exists(${DOC_PREFIX}/../src/share/man/man4)
 MAN4DIR=	${DOC_PREFIX}/../src/share/man/man4


More information about the svn-doc-all mailing list