svn commit: r326190 - head/games/tuxpaint

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:16:11 UTC 2013


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 \


More information about the svn-ports-head mailing list