aboutsummaryrefslogtreecommitdiffstats
path: root/databases/kyototycoon/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-26 00:14:58 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-26 00:14:58 +0800
commit0d3a14a8395fb30453dab9fa7d736dd3149e7c7e (patch)
treeb54dbe88f1393a9b7d345fa226b1c0546c1e89eb /databases/kyototycoon/Makefile
parent0f420081afbd740244195390306f35e445ab8c4e (diff)
downloadfreebsd-ports-gnome-0d3a14a8395fb30453dab9fa7d736dd3149e7c7e.tar.gz
freebsd-ports-gnome-0d3a14a8395fb30453dab9fa7d736dd3149e7c7e.tar.zst
freebsd-ports-gnome-0d3a14a8395fb30453dab9fa7d736dd3149e7c7e.zip
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
Diffstat (limited to 'databases/kyototycoon/Makefile')
-rw-r--r--databases/kyototycoon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile
index 819d46461256..eec5bfbbd5d1 100644
--- a/databases/kyototycoon/Makefile
+++ b/databases/kyototycoon/Makefile
@@ -34,7 +34,7 @@ MAN1= ktremotemgr.1 \
.include <bsd.port.options.mk>
post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
+.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in
.endif