svn commit: r395716 - head/textproc/xmlcatmgr

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 31 18:38:30 UTC 2015


Author: amdmi3
Date: Mon Aug 31 18:38:29 2015
New Revision: 395716
URL: https://svnweb.freebsd.org/changeset/ports/395716

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/xmlcatmgr/Makefile

Modified: head/textproc/xmlcatmgr/Makefile
==============================================================================
--- head/textproc/xmlcatmgr/Makefile	Mon Aug 31 18:37:06 2015	(r395715)
+++ head/textproc/xmlcatmgr/Makefile	Mon Aug 31 18:38:29 2015	(r395716)
@@ -37,10 +37,6 @@ CATALOG_PORTS_XML?=	${PREFIX}/share/xml/
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+=	--disable-docs
-.endif
+DOCS_CONFIGURE_OFF=	--disable-docs
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list