Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 19:25:53 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364314 - head/sysutils/bacula5-docs
Message-ID:  <53e3d2c1.2dfd.561cca35@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Aug  7 19:25:53 2014
New Revision: 364314
URL: http://svnweb.freebsd.org/changeset/ports/364314
QAT: https://qat.redports.org/buildarchive/r364314/

Log:
  sysutils/bacula5-docs: fix typo

Modified:
  head/sysutils/bacula5-docs/Makefile

Modified: head/sysutils/bacula5-docs/Makefile
==============================================================================
--- head/sysutils/bacula5-docs/Makefile	Thu Aug  7 19:24:11 2014	(r364313)
+++ head/sysutils/bacula5-docs/Makefile	Thu Aug  7 19:25:53 2014	(r364314)
@@ -23,7 +23,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if empty(PORT_OPTIONS:DOCS)
+.if empty(PORT_OPTIONS:MDOCS)
 IGNORE=		consists of only documentation, please enable DOCS and try again
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3d2c1.2dfd.561cca35>