git: 103251149a39 - main - ports-mgmt/packagekit: Pass correct sysconfdir to Meson.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 07:12:48 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=103251149a39d6e3e91f0050034b0c1986fb1513 commit 103251149a39d6e3e91f0050034b0c1986fb1513 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-04-26 06:45:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-04-28 07:12:43 +0000 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 --- ports-mgmt/packagekit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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