Date: Sun, 25 Oct 2020 18:31:18 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553280 - head/security/botan2 Message-ID: <202010251831.09PIVI3F065609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Sun Oct 25 18:31:18 2020 New Revision: 553280 URL: https://svnweb.freebsd.org/changeset/ports/553280 Log: Make prefix-safe by explicitly passing prefix. Approved by: maintainer timeout (three weeks+) Modified: head/security/botan2/Makefile Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Sun Oct 25 18:08:59 2020 (r553279) +++ head/security/botan2/Makefile Sun Oct 25 18:31:18 2020 (r553280) @@ -25,6 +25,7 @@ SHEBANG_FILES= configure.py src/python/botan2.py src/s HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --cc=${COMPILER_TYPE} \ + --prefix=${PREFIX:Q} \ --with-boost \ --with-bzip2 \ --with-external-includedir=${LOCALBASE}/include \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251831.09PIVI3F065609>