From 36c8e28530f68da15a01cfe9ee52e2620c9afbef Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 24 Jun 2013 17:00:40 +0000 Subject: Unbreak after PORT_OPTIONS conversion --- graphics/vips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index c496c4867c65..8f270dd606fc 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -46,7 +46,7 @@ post-configure: .include # 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 -- cgit