From d66de6b6760f1024ff5ac790c261af996884a478 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 6 Oct 2012 23:01:46 +0000 Subject: Correct logic from OptionsNG conversion. Pointhat to: me --- x11-fm/thunar-vfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-fm/thunar-vfs') 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: -- cgit v1.2.3