diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:55:43 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 03:55:43 +0000 |
commit | 4b649713fdb348a338f339f9ce2d994580356d78 (patch) | |
tree | 57468c11e1d1cf5a543d63bd402e08a454004da4 /lib/libbegemot/Makefile | |
parent | f347f2e2a7cac231244a75deb189d2f94d1668d2 (diff) | |
download | src-4b649713fdb348a338f339f9ce2d994580356d78.tar.gz src-4b649713fdb348a338f339f9ce2d994580356d78.zip |
Notes
Diffstat (limited to 'lib/libbegemot/Makefile')
-rw-r--r-- | lib/libbegemot/Makefile | 2 |
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} |