aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-04-26 06:45:15 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-04-28 07:12:43 +0000
commit103251149a39d6e3e91f0050034b0c1986fb1513 (patch)
treeb85009606300f729aba206039f2b4fe3a71bb52a
parentae996eeec930eb81bdd059f9c7cc2c200907638f (diff)
downloadports-103251149a39d6e3e91f0050034b0c1986fb1513.tar.gz
ports-103251149a39d6e3e91f0050034b0c1986fb1513.zip
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
-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