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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to