aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 03:55:43 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 03:55:43 +0000
commit4b649713fdb348a338f339f9ce2d994580356d78 (patch)
tree57468c11e1d1cf5a543d63bd402e08a454004da4
parentf347f2e2a7cac231244a75deb189d2f94d1668d2 (diff)
downloadsrc-4b649713fdb348a338f339f9ce2d994580356d78.tar.gz
src-4b649713fdb348a338f339f9ce2d994580356d78.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312458
-rw-r--r--lib/libbegemot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbegemot/Makefile b/lib/libbegemot/Makefile
index d2783859254d..c5d3bb8badc2 100644
--- a/lib/libbegemot/Makefile
+++ b/lib/libbegemot/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
+LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
PACKAGE=lib${LIB}
.PATH: ${LIBBEGEMOT_DIR}