Date: Mon, 24 Jun 2013 17:00:40 +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: r321692 - head/graphics/vips Message-ID: <201306241700.r5OH0eW4064435@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306241700.r5OH0eW4064435>