aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-06-25 01:00:40 +0800
committerantoine <antoine@FreeBSD.org>2013-06-25 01:00:40 +0800
commit36c8e28530f68da15a01cfe9ee52e2620c9afbef (patch)
treef8cc30d70e814a51978269700dbf36d477c35d67 /graphics
parentf03647209864cd475e118817932025fca56f5f66 (diff)
downloadfreebsd-ports-gnome-36c8e28530f68da15a01cfe9ee52e2620c9afbef.tar.gz
freebsd-ports-gnome-36c8e28530f68da15a01cfe9ee52e2620c9afbef.tar.zst
freebsd-ports-gnome-36c8e28530f68da15a01cfe9ee52e2620c9afbef.zip
Unbreak after PORT_OPTIONS conversion
Diffstat (limited to 'graphics')
-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