aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-11-27 14:35:32 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-12-09 11:21:02 +0000
commit0fb9d5786bff57a7d5b2056fdbc1baaec9406885 (patch)
tree1988cec97e50e1cbe6779af06f2646e5522370ee
parent6abee52e0d79f68fd725de748d7027ca8eef2294 (diff)
downloadsrc-0fb9d5786bff57a7d5b2056fdbc1baaec9406885.tar.gz
src-0fb9d5786bff57a7d5b2056fdbc1baaec9406885.zip
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
-rw-r--r--usr.bin/tr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile
index bc220aaae381..17b633a7827b 100644
--- a/usr.bin/tr/Makefile
+++ b/usr.bin/tr/Makefile
@@ -1,6 +1,7 @@
.include <src.opts.mk>
+PACKAGE= runtime
PROG= tr
SRCS= cmap.c cset.c str.c tr.c