svn commit: r356499 - head/sysutils/devcpu-data

Martin Wilke miwi at FreeBSD.org
Wed Jun 4 14:01:36 UTC 2014


Author: miwi
Date: Wed Jun  4 14:01:35 2014
New Revision: 356499
URL: http://svnweb.freebsd.org/changeset/ports/356499
QAT: https://qat.redports.org/buildarchive/r356499/

Log:
  - use_bzip2 -> USES

Modified:
  head/sysutils/devcpu-data/Makefile

Modified: head/sysutils/devcpu-data/Makefile
==============================================================================
--- head/sysutils/devcpu-data/Makefile	Wed Jun  4 13:34:37 2014	(r356498)
+++ head/sysutils/devcpu-data/Makefile	Wed Jun  4 14:01:35 2014	(r356499)
@@ -12,7 +12,7 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Intel and AMD CPUs microcode updates
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 NO_BUILD=	yes
 
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-head mailing list