From 18ae154fea70164ce8b1863faa1e37f71e1ffc09 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 18 Jun 2013 16:07:39 +0000 Subject: Fix after PORT_OPTIONS conversion --- security/botan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit