svn commit: r351854 - head/lib/libbluetooth

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:11:17 UTC 2019


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


More information about the svn-src-all mailing list