svn commit: r553280 - head/security/botan2

Mikhail Teterin mi at FreeBSD.org
Sun Oct 25 18:31:19 UTC 2020


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 \


More information about the svn-ports-all mailing list