Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2016 13:17:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307365 - head/lib/libucl
Message-ID:  <201610151317.u9FDHRt9047011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 15 13:17:27 2016
New Revision: 307365
URL: https://svnweb.freebsd.org/changeset/base/307365

Log:
  Use SRCTOP to find the sources of libucl

Modified:
  head/lib/libucl/Makefile

Modified: head/lib/libucl/Makefile
==============================================================================
--- head/lib/libucl/Makefile	Sat Oct 15 13:16:52 2016	(r307364)
+++ head/lib/libucl/Makefile	Sat Oct 15 13:17:27 2016	(r307365)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LIBUCL=	${.CURDIR}/../../contrib/libucl
+LIBUCL=	${SRCTOP}/contrib/libucl
 
 PACKAGE=lib${LIB}
 LIB=		ucl



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