aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/thunar-vfs
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-07 07:01:46 +0800
committereadler <eadler@FreeBSD.org>2012-10-07 07:01:46 +0800
commitcae29f1c89066b7b856c5dba2f40b9f1a19d6f8c (patch)
tree3e88bcb31c22754491d1c2feccec4a86cb1f113e /x11-fm/thunar-vfs
parentb0d9d492b255aceece89c5e3ef84aec42d8eee44 (diff)
downloadfreebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.gz
freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.zst
freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.zip
Correct logic from OptionsNG conversion.
Pointhat to: me
Diffstat (limited to 'x11-fm/thunar-vfs')
-rw-r--r--x11-fm/thunar-vfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile
index 27af58e50484..9bee2b5606dd 100644
--- a/x11-fm/thunar-vfs/Makefile
+++ b/x11-fm/thunar-vfs/Makefile
@@ -75,11 +75,11 @@ CONFIGURE_ARGS+=--disable-gnome-thumbnailers
.endif
.if ${PORT_OPTIONS:MAPIDOCS}
-CONFIGURE_ARGS+=--without-html-dir
-PLIST_SUB+= APIDOCS="@comment "
-.else
CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
PLIST_SUB+= APIDOCS=""
+.else
+CONFIGURE_ARGS+=--without-html-dir
+PLIST_SUB+= APIDOCS="@comment "
.endif
post-patch: