svn commit: r321200 - head/security/botan
Antoine Brodin
antoine at FreeBSD.org
Tue Jun 18 16:07:40 UTC 2013
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
More information about the svn-ports-all
mailing list