aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-06-19 00:07:39 +0800
committerantoine <antoine@FreeBSD.org>2013-06-19 00:07:39 +0800
commit18ae154fea70164ce8b1863faa1e37f71e1ffc09 (patch)
treec9e849c7c5e73daeefc005a74fbf39148bb81bd0
parent35bb40fb9c76865484886eb5c33ad23fc3221afc (diff)
downloadfreebsd-ports-gnome-18ae154fea70164ce8b1863faa1e37f71e1ffc09.tar.gz
freebsd-ports-gnome-18ae154fea70164ce8b1863faa1e37f71e1ffc09.tar.zst
freebsd-ports-gnome-18ae154fea70164ce8b1863faa1e37f71e1ffc09.zip
Fix after PORT_OPTIONS conversion
-rw-r--r--security/botan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index a498a2deb223..8d3a3d264310 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--with-tr1-implementation=none
post-patch:
${REINPLACE_CMD} -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \
${WRKSRC}/configure.py
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e '/$$(MKDIR_INSTALL) $$(DOCDIR)/d' \
-e '/$$(INSTALL_CMD_DATA) $$$$i $$(DOCDIR); /d' \
${WRKSRC}/src/build-data/makefile/unix_shr.in