svn commit: r547188 - head/net/isc-dhcp44-server

Ryan Steinmetz zi at FreeBSD.org
Mon Aug 31 14:48:01 UTC 2020


Author: zi
Date: Mon Aug 31 14:48:00 2020
New Revision: 547188
URL: https://svnweb.freebsd.org/changeset/ports/547188

Log:
  - Ensure DOCS is part of OPTIONS_DEFINE
  
  PR:		249008
  Reported by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/net/isc-dhcp44-server/Makefile

Modified: head/net/isc-dhcp44-server/Makefile
==============================================================================
--- head/net/isc-dhcp44-server/Makefile	Mon Aug 31 14:44:11 2020	(r547187)
+++ head/net/isc-dhcp44-server/Makefile	Mon Aug 31 14:48:00 2020	(r547188)
@@ -25,7 +25,7 @@ PORTREVISION_RELAY=	0
 
 SUBSYS?=	server
 
-OPTIONS_DEFINE=	IPV6
+OPTIONS_DEFINE=	IPV6 DOCS
 OPTIONS_SUB=	yes
 
 .if ${SUBSYS} == server


More information about the svn-ports-head mailing list