svn commit: r404307 - head/sysutils/intel-pcm

Warner Losh imp at FreeBSD.org
Wed Dec 23 18:30:27 UTC 2015


Author: imp
Date: Wed Dec 23 18:30:26 2015
New Revision: 404307
URL: https://svnweb.freebsd.org/changeset/ports/404307

Log:
  Simplify now that we don't need dos2unix.

Modified:
  head/sysutils/intel-pcm/Makefile

Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile	Wed Dec 23 18:20:20 2015	(r404306)
+++ head/sysutils/intel-pcm/Makefile	Wed Dec 23 18:30:26 2015	(r404307)
@@ -12,8 +12,7 @@ COMMENT=	Intel PCM toolkit
 
 LICENSE=	BSD3CLAUSE
 
-USES=		compiler:c++11-lang dos2unix gmake
-DOS2UNIX_FILES=	cpucounters.cpp cpucounters.h
+USES=		compiler:c++11-lang gmake
 
 ONLY_FOR_ARCHS=	i386 amd64
 


More information about the svn-ports-head mailing list