svn commit: r321692 - head/graphics/vips

Antoine Brodin antoine at FreeBSD.org
Mon Jun 24 17:00:40 UTC 2013


Author: antoine
Date: Mon Jun 24 17:00:40 2013
New Revision: 321692
URL: http://svnweb.freebsd.org/changeset/ports/321692

Log:
  Unbreak after PORT_OPTIONS conversion

Modified:
  head/graphics/vips/Makefile

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Mon Jun 24 16:45:53 2013	(r321691)
+++ head/graphics/vips/Makefile	Mon Jun 24 17:00:40 2013	(r321692)
@@ -46,7 +46,7 @@ post-configure:
 
 .include <bsd.port.options.mk>
 # Don't extract doc/ subdirectory - the simplest way:
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 EXTRACT_AFTER_ARGS=	--exclude doc
 EXTRA_PATCHES=	${FILESDIR}/nodoc-patch
 .endif


More information about the svn-ports-all mailing list