From 2c0bf46dba538f69e4f30244acb5e452411f2a60 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 27 Nov 2023 15:35:32 +0100 Subject: [PATCH] pkgbase: Move tr(1) to runtime Since f7d16a627efa ("certctl: Convert line endings before inspecting files.") certctl is using tr(1). Add it to FreeBSD-runtime so we can have certctl working without having the bloated FreeBSD-utilities. Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 0fb9d5786bff57a7d5b2056fdbc1baaec9406885) --- usr.bin/tr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 93487222afe..e6da10b6540 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -2,6 +2,7 @@ .include +PACKAGE= runtime PROG= tr SRCS= cmap.c cset.c str.c tr.c