- Switch to options helpers

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-08-31 18:38:29 +00:00
parent 000feae2d9
commit 7b36dbdff6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395716

View file

@ -37,10 +37,6 @@ CATALOG_PORTS_XML?= ${PREFIX}/share/xml/catalog.ports
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>