[Bug 293014] databases/pgbackrest: Update to 2.58.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Feb 2026 15:28:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293014

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Use ETCDIR in Makefile:
-MESON_ARGS+=   -Dconfigdir="${LOCALBASE}/etc/pgbackrest"
+MESON_ARGS+=   -Dconfigdir="${ETCDIR}"

 post-install:
-       ${MKDIR} ${STAGEDIR}${PREFIX}/etc/pgbackrest
+       ${MKDIR} ${STAGEDIR}${ETCDIR}

-- 
You are receiving this mail because:
You are the assignee for the bug.