diff options
author | timur <timur@FreeBSD.org> | 2018-05-17 10:24:59 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2018-05-17 10:24:59 +0800 |
commit | c6723c34853d705313dec11adb323c0b24a7d23f (patch) | |
tree | 620f50a2b3f12669f5bb10037c934a4ea607892f /databases/ldb | |
parent | e68eef0fbd81c757fbff40caa08931b1f30062aa (diff) | |
download | freebsd-ports-gnome-c6723c34853d705313dec11adb323c0b24a7d23f.tar.gz freebsd-ports-gnome-c6723c34853d705313dec11adb323c0b24a7d23f.tar.zst freebsd-ports-gnome-c6723c34853d705313dec11adb323c0b24a7d23f.zip |
Update Samba supplimentary libraries, fixed (new) portlint errors, changed Python3 version knob.
Diffstat (limited to 'databases/ldb')
-rw-r--r-- | databases/ldb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile index a5be3f96640f..5243fdc77178 100644 --- a/databases/ldb/Makefile +++ b/databases/ldb/Makefile @@ -79,7 +79,7 @@ PLIST_FILES= include/ldb_version.h \ include/ldb_module.h \ ${LDB_BINS} \ ${LDB_LIBS} \ - %%PKGCONFIGDIR%%/ldb.pc + ${PKGCONFIGDIR}/ldb.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -90,9 +90,9 @@ USES+= python:2.7 PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util.so \ lib/libpyldb-util.so.1 \ - %%PYTHON_SITELIBDIR%%/ldb.so \ - %%PYTHON_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.pc + ${PYTHON_SITELIBDIR}/ldb.so \ + ${PYTHON_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.pc .endif .include <bsd.port.pre.mk> |