From df347c8a2e8ac08df4c1a6058c12b9f01c289cff Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:11:16 +0000 Subject: [PATCH] pkgbase: Put libbluetooth in the bluetooth package It make sense to have everything bluetooth related in the same package. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21502 --- lib/libbluetooth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index 96bf0cb704ec..5a87f3bacd13 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,7 +1,7 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ # $FreeBSD$ -PACKAGE= lib${LIB} +PACKAGE= bluetooth CONFS= hosts protocols CONFSDIR= /etc/bluetooth CONFSMODE_protocols= 444