static_libpam: Don't install pam.d.5 twice
static_libpam's Makefile includes libpam's Makefile after setting some variables (like MAN) to empty to avoid installing the manpages twice. After commit031e711647, it neglected to do this for MANNODEVLINKS, causing pam.d.5.gz to be installed twice. This is harmless for installworld, but breaks some things that rely on METALOG (NO_ROOT installs) since it causes two METALOG entries to be generated for the same file. Fixes:031e711647("packages: Install development manpages in the -dev package") MFC after: 3 days PR: 290708 Reported by: emaste Reviewed by: emaste Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53512
This commit is contained in:
@@ -45,6 +45,7 @@ MAN=
|
||||
MANNODEV=
|
||||
INCS=
|
||||
MLINKS=
|
||||
MANNODEVLINKS=
|
||||
MK_TESTS= no
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user