aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ncnf
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-10 23:56:09 +0800
committerbapt <bapt@FreeBSD.org>2013-05-10 23:56:09 +0800
commitf81da3c61a68010d9b306354927ab573306a1b99 (patch)
tree7b9a96aedc01f731b7f9ff6ed8296d62a9b37d97 /devel/ncnf
parent3892420133ab70ae0de548d6a925328563f1a7a7 (diff)
downloadfreebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.tar.gz
freebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.tar.zst
freebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.zip
Fix reverted logic for DOCS handling
Reported by: pointyhat (miwi)
Diffstat (limited to 'devel/ncnf')
-rw-r--r--devel/ncnf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile
index 132d265e6443..7504e9fe1d48 100644
--- a/devel/ncnf/Makefile
+++ b/devel/ncnf/Makefile
@@ -23,7 +23,7 @@ USE_GMAKE= yes
.include <bsd.port.options.mk>
post-patch:
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
.endif