From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 18:16:11 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 124B4713; Tue, 3 Sep 2013 18:16:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00932293D; Tue, 3 Sep 2013 18:16:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83IGA3B016934; Tue, 3 Sep 2013 18:16:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83IGAQM016933; Tue, 3 Sep 2013 18:16:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309031816.r83IGAQM016933@svn.freebsd.org> From: Antoine Brodin Date: Tue, 3 Sep 2013 18:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326190 - head/games/tuxpaint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 18:16:11 -0000 Author: antoine Date: Tue Sep 3 18:16:10 2013 New Revision: 326190 URL: http://svnweb.freebsd.org/changeset/ports/326190 Log: Fix PORT_OPTIONS conversion Modified: head/games/tuxpaint/Makefile Modified: head/games/tuxpaint/Makefile ============================================================================== --- head/games/tuxpaint/Makefile Tue Sep 3 18:14:18 2013 (r326189) +++ head/games/tuxpaint/Makefile Tue Sep 3 18:16:10 2013 (r326190) @@ -36,7 +36,7 @@ MAN1= tp-magic-config.1 tuxpaint.1 tuxp .include -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} INSTALL_TARGET= install-bin install-data install-man install-magic-plugins \ install-magic-plugin-dev install-icon install-gettext \ install-im install-importscript install-default-config \