From cea7cfd20dce87735842d50ca37c2fed2f5b5638 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 22 Jan 2020 18:55:36 +0000 Subject: [PATCH] Tag etc/termcap with package=runtime /etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on pkgbase-installed/updated systems. Sponsored by: The FreeBSD Foundation --- share/termcap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/termcap/Makefile b/share/termcap/Makefile index 9b1e09c2c178..c261da5e7921 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -19,6 +19,7 @@ termcap.db: termcap cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC} etc-termcap: - ${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap + ${INSTALL_SYMLINK} -T "package=runtime" \ + ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap .include