svn commit: r307365 - head/lib/libucl

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 15 13:17:28 UTC 2016


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


More information about the svn-src-head mailing list