[Bug 288730] net/amnezia-tools: Properly use PREFIX and ETCDIR, make portclippy happy, fix manpages
Date: Sat, 09 Aug 2025 20:25:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288730
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
--- Comment #5 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Maybe move:
${amnezia_confdirs:+eval export
AWG_QUICK_CONFIG_SEARCH_PATHS="$amnezia_confdirs"}
here:
: ${amnezia_confdirs="%%ETCDIR%%"}
+${amnezia_confdirs:+eval export
AWG_QUICK_CONFIG_SEARCH_PATHS="$amnezia_confdirs"}
run_rc_command "$1"
?
--
You are receiving this mail because:
You are the assignee for the bug.