Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 00:55:39 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530538 - head/databases/ldb15
Message-ID:  <202004040055.0340tdwL003092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040055.0340tdwL003092>