aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-28 09:49:50 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-12-21 09:17:22 +0000
commit5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c (patch)
treea41e90ed3b6eaab80c46381feb93586070e2b31a /bin
parent0855e37c72c7904600967ff4268ef69505eb4f4e (diff)
downloadsrc-5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c.tar.gz
src-5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c.zip
pkgbase: Put yellow pages programs to its own package
YP is less and less used, split them to users have the choice to not install them. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33441
Diffstat (limited to 'bin')
-rw-r--r--bin/domainname/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile
index d3bace8feef3..7275af2ac56f 100644
--- a/bin/domainname/Makefile
+++ b/bin/domainname/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=yp
PROG= domainname
.include <bsd.prog.mk>