[Bug 288730] net/amnezia-tools: Properly use PREFIX and ETCDIR, make portclippy happy, fix manpages

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Aug 2025 20:35:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288730

--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
You can't replace "@dir etc/amnezia" with "@dir %%ETCDIR%%":
ETCDIR?=         ${PREFIX}/etc/${PORTNAME}
PREFIX?=         ${LOCALBASE}
LOCALBASE?=      /usr/local

ETCDIR==/usr/local/etc/amnezia, not etc/amnezia.

$ make -C /usr/ports/net/amnezia-tools -V ETCDIR
/usr/local/etc/amnezia

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