aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-31 18:38:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-31 18:38:29 +0000
commit7b36dbdff6cff370dbf3e0839cbd461e8007ef4a (patch)
treef5e6fbf2b32f1ee2433e2a9b4101212b59f6914c /textproc/xmlcatmgr/Makefile
parent000feae2d9c86886703fca92a0506eaaaf055949 (diff)
downloadports-7b36dbdff6cff370dbf3e0839cbd461e8007ef4a.tar.gz
ports-7b36dbdff6cff370dbf3e0839cbd461e8007ef4a.zip
- Switch to options helpers
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395716
Diffstat (limited to 'textproc/xmlcatmgr/Makefile')
-rw-r--r--textproc/xmlcatmgr/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 9c7c0d98b60f..6e377be0a224 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -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>