Make prefix-safe by explicitly passing prefix.

Approved by:	maintainer timeout (three weeks+)
This commit is contained in:
Mikhail Teterin 2020-10-25 18:31:18 +00:00
parent c23f5c95b7
commit 5da17b1004
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553280

View File

@ -25,6 +25,7 @@ SHEBANG_FILES= configure.py src/python/botan2.py src/scripts/install.py
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --cc=${COMPILER_TYPE} \
--prefix=${PREFIX:Q} \
--with-boost \
--with-bzip2 \
--with-external-includedir=${LOCALBASE}/include \