summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-04-26 09:45:15 +0300
committerGleb Popov <arrowd@FreeBSD.org>2023-04-28 10:12:43 +0300
commit103251149a39d6e3e91f0050034b0c1986fb1513 (patch)
treeb85009606300f729aba206039f2b4fe3a71bb52a /ports-mgmt
parentdevel/electron23: add port: Build cross-platform desktop apps with JavaScript... (diff)
ports-mgmt/packagekit: Pass correct sysconfdir to Meson.
Not bumping PORTREVISION as the software does no useful work at the moment. Sponsored by: Serenity Cybersecurity, LLC
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/packagekit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index 69a1d25c7be5..0ab6d42ce1ec 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -27,7 +27,8 @@ USE_LDCONFIG= yes
CPE_VENDOR= packagekit_project
SHEBANG_FILES= contrib/cron/packagekit-background.cron
-MESON_ARGS= -Dlocalstatedir=/var -Dsystemd=false -Doffline_update=false \
+MESON_ARGS= -Dlocalstatedir=/var -Dsysconfdir=${PREFIX}/etc \
+ -Dsystemd=false -Doffline_update=false \
-Dbash_completion=false -Dbash_command_not_found=false \
-Dgstreamer_plugin=false