svn commit: r51051 - head/en_US.ISO8859-1/htdocs/releases/12.0R
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"