From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 19:25:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A6C635A for ; Thu, 7 Aug 2014 19:25:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 123CC2A60 for ; Thu, 7 Aug 2014 19:25:54 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 2dfd by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 19:25:53 +0000 From: William Grzybowski Date: Thu, 7 Aug 2014 19:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364314 - head/sysutils/bacula5-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e3d2c1.2dfd.561cca35@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 19:25:54 -0000 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 -.if empty(PORT_OPTIONS:DOCS) +.if empty(PORT_OPTIONS:MDOCS) IGNORE= consists of only documentation, please enable DOCS and try again .endif