Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 14:11:16 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351854 - head/lib/libbluetooth
Message-ID:  <201909051411.x85EBGYx093435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Sep  5 14:11:16 2019
New Revision: 351854
URL: https://svnweb.freebsd.org/changeset/base/351854

Log:
  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

Modified:
  head/lib/libbluetooth/Makefile

Modified: head/lib/libbluetooth/Makefile
==============================================================================
--- head/lib/libbluetooth/Makefile	Thu Sep  5 14:10:26 2019	(r351853)
+++ head/lib/libbluetooth/Makefile	Thu Sep  5 14:11:16 2019	(r351854)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051411.x85EBGYx093435>