svn commit: r340438 - head/comms/hcidump

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 18:28:52 UTC 2014


Author: antoine
Date: Mon Jan 20 18:28:51 2014
New Revision: 340438
URL: http://svnweb.freebsd.org/changeset/ports/340438
QAT: https://qat.redports.org/buildarchive/r340438/

Log:
  Stage support

Modified:
  head/comms/hcidump/Makefile

Modified: head/comms/hcidump/Makefile
==============================================================================
--- head/comms/hcidump/Makefile	Mon Jan 20 18:25:41 2014	(r340437)
+++ head/comms/hcidump/Makefile	Mon Jan 20 18:28:51 2014	(r340438)
@@ -11,11 +11,9 @@ COMMENT=	Bluetooth traffic dumper, simil
 
 LICENSE=	GPLv2
 
+USES=		uidfix
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAN1=		hcidump.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/hcidump
+PLIST_FILES=	bin/hcidump man/man1/hcidump.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list