summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-06-24 17:00:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-06-24 17:00:40 +0000
commitbf05c6132ac3245174ff1d0aeb7e54b0e674ef80 (patch)
treef8cc30d70e814a51978269700dbf36d477c35d67
parentDeprecate: broken on FreeBSD 8 and newer (diff)
Unbreak after PORT_OPTIONS conversion
Notes
Notes: svn path=/head/; revision=321692
-rw-r--r--graphics/vips/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <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