Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 18:16:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326190 - head/games/tuxpaint
Message-ID:  <201309031816.r83IGAQM016933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
-.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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031816.r83IGAQM016933>