aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-11-01 13:38:26 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-11-04 01:12:11 +0000
commit92a081bc2d1ad2c06749d5fbcf31697db05a2001 (patch)
tree6bcee1d1d76eba7319578a5cc99ce44872de2deb
parent21d55ae111aada3c5426632253ad8df9103d3423 (diff)
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 commit 031e711647c3, 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: 031e711647c3 ("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 (cherry picked from commit a1806e6ff37a606277ab9657b951e918164e9f63)
-rw-r--r--lib/libpam/static_libpam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/static_libpam/Makefile b/lib/libpam/static_libpam/Makefile
index 8830f09ef0da..703e6a4a2f00 100644
--- a/lib/libpam/static_libpam/Makefile
+++ b/lib/libpam/static_libpam/Makefile
@@ -45,6 +45,7 @@ MAN=
MANNODEV=
INCS=
MLINKS=
+MANNODEVLINKS=
MK_TESTS= no
#