Re: git: 12dae37d1e1a - main - net/freeradius3: Move man pages to share/man

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Mon, 25 Mar 2024 06:17:45 UTC
From: Nuno Teixeira <eduardo@freebsd.org>
Subject: Re: git: 12dae37d1e1a - main - net/freeradius3: Move man pages to share/man
Date: Sun, 24 Mar 2024 12:14:50 +0000

> Hello,
> 
> Missed pkg-plist:%%UNBOUND%%man/man5/rlm_unbound.5.gz
> 
> I've tried to fix it, but port doesn't install rlm_unbound.5 while it
> is mentioned in src files,
> 
> Any clues?
> 
> Thanks,

Unfortunately I just added 'GNU_CONFIGURE_MANPREFIX=${PREFIX}/share'
in Makefile and updated pkg-plist so it passes make check-plist. So I
don't know why rlm_unbound.5.gz is installed even if UNBOUND option is
off.

---
Yasuhiro Kimura