summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-10 13:58:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-10 13:58:28 +0000
commit4d1bd2432d9c10f833f4d644914e74fae8e48843 (patch)
treed8894adebc4f159265b94a17fabf359a7ab2d721
parent5005b67362a735dc18d3d85170eae34e1fb6feab (diff)
downloadfreebsd-ports-4d1bd2432d9c10f833f4d644914e74fae8e48843.zip
Define DOCS in OPTIONS_DEFINE.
-rw-r--r--sysutils/dar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index dd5fc181efdc..d21a42abac70 100644
--- a/sysutils/dar/Makefile
+++ b/sysutils/dar/Makefile
@@ -18,6 +18,8 @@ CONFIGURE_ARGS= --disable-build-html --datadir=${DATADIR} --disable-upx
CPPFLAGS+= -DHAVE_DECL_GETOPT=0
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}