Date: Tue, 18 Jun 2013 16:07:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321200 - head/security/botan Message-ID: <201306181607.r5IG7egS017112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jun 18 16:07:39 2013 New Revision: 321200 URL: http://svnweb.freebsd.org/changeset/ports/321200 Log: Fix after PORT_OPTIONS conversion Modified: head/security/botan/Makefile Modified: head/security/botan/Makefile ============================================================================== --- head/security/botan/Makefile Tue Jun 18 15:55:34 2013 (r321199) +++ head/security/botan/Makefile Tue Jun 18 16:07:39 2013 (r321200) @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--with-tr1-implementatio 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181607.r5IG7egS017112>