svn commit: r530538 - head/databases/ldb15

Timur I. Bakeyev timur at FreeBSD.org
Sat Apr 4 00:56:02 UTC 2020


Author: timur
Date: Sat Apr  4 00:55:38 2020
New Revision: 530538
URL: https://svnweb.freebsd.org/changeset/ports/530538

Log:
  Use absolute path for WAF script and configure.log.

Modified:
  head/databases/ldb15/Makefile

Modified: head/databases/ldb15/Makefile
==============================================================================
--- head/databases/ldb15/Makefile	Sat Apr  4 00:47:42 2020	(r530537)
+++ head/databases/ldb15/Makefile	Sat Apr  4 00:55:38 2020	(r530538)
@@ -34,8 +34,8 @@ CONFLICTS_INSTALL=	ldb-1.1.* ldb1[2-46]-1.*
 
 USES=			compiler pkgconfig waf
 USE_LDCONFIG=		yes
-WAF_CMD=		buildtools/bin/waf
-CONFIGURE_LOG=		bin/config.log
+WAF_CMD=		${BUILD_WRKSRC}/buildtools/bin/waf
+CONFIGURE_LOG=		${BUILD_WRKSRC}/bin/config.log
 
 USE_OPENLDAP=		yes
 PKGCONFIGDIR?=		${PREFIX}/libdata/pkgconfig


More information about the svn-ports-all mailing list