svn commit: r411823 - head/devel/libqb

Tijl Coosemans tijl at FreeBSD.org
Fri Mar 25 08:26:36 UTC 2016


Author: tijl
Date: Fri Mar 25 08:26:35 2016
New Revision: 411823
URL: https://svnweb.freebsd.org/changeset/ports/411823

Log:
  Create the haclient group used in pkg-plist.
  
  PR:		208221

Modified:
  head/devel/libqb/Makefile

Modified: head/devel/libqb/Makefile
==============================================================================
--- head/devel/libqb/Makefile	Fri Mar 25 07:42:23 2016	(r411822)
+++ head/devel/libqb/Makefile	Fri Mar 25 08:26:35 2016	(r411823)
@@ -13,6 +13,8 @@ COMMENT=	High performance logging, traci
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+GROUPS=		haclient
+
 QB_SOCKET_DIR?=	/var/run/qb
 PLIST_SUB+=	QB_SOCKET_DIR=${QB_SOCKET_DIR}
 


More information about the svn-ports-all mailing list