svn commit: r343635 - head/sysutils/dar

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 10 13:58:28 UTC 2014


Author: ehaupt
Date: Mon Feb 10 13:58:28 2014
New Revision: 343635
URL: http://svnweb.freebsd.org/changeset/ports/343635
QAT: https://qat.redports.org/buildarchive/r343635/

Log:
  Define DOCS in OPTIONS_DEFINE.

Modified:
  head/sysutils/dar/Makefile

Modified: head/sysutils/dar/Makefile
==============================================================================
--- head/sysutils/dar/Makefile	Mon Feb 10 13:54:26 2014	(r343634)
+++ head/sysutils/dar/Makefile	Mon Feb 10 13:58:28 2014	(r343635)
@@ -18,6 +18,8 @@ CONFIGURE_ARGS=	--disable-build-html --d
 
 CPPFLAGS+=	-DHAVE_DECL_GETOPT=0
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-head mailing list