The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=577b62c2bacc7dfa228591ca3da361e1bc398301
commit 577b62c2bacc7dfa228591ca3da361e1bc398301 Author: Mark Johnston <[email protected]> AuthorDate: 2023-03-03 17:00:14 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-03-03 17:01:22 +0000 pkgbase: Put termcap.small in the same package as termcap Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D36951 --- etc/termcap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/termcap/Makefile b/etc/termcap/Makefile index 98045a22b57d..4b403c446359 100644 --- a/etc/termcap/Makefile +++ b/etc/termcap/Makefile @@ -1,5 +1,6 @@ .PATH: ${SRCTOP}/share/termcap +PACKAGE= runtime CLEANFILES+= termcap.small CONFS= termcap.small
