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

Antoine Brodin antoine at FreeBSD.org
Sun Dec 20 13:46:03 UTC 2015


Author: antoine
Date: Sun Dec 20 13:46:02 2015
New Revision: 404053
URL: https://svnweb.freebsd.org/changeset/ports/404053

Log:
  Fix "make patch" and plist
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/intel-pcm/Makefile
  head/sysutils/intel-pcm/pkg-plist

Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile	Sun Dec 20 12:51:14 2015	(r404052)
+++ head/sysutils/intel-pcm/Makefile	Sun Dec 20 13:46:02 2015	(r404053)
@@ -12,7 +12,8 @@ COMMENT=	Intel PCM toolkit
 
 LICENSE=	BSD3CLAUSE
 
-USES=		gmake compiler:c++11-lang zip
+USES=		compiler:c++11-lang dos2unix gmake zip
+DOS2UNIX_FILES=	cpucounters.cpp cpucounters.h
 
 ONLY_FOR_ARCHS=	i386 amd64
 

Modified: head/sysutils/intel-pcm/pkg-plist
==============================================================================
--- head/sysutils/intel-pcm/pkg-plist	Sun Dec 20 12:51:14 2015	(r404052)
+++ head/sysutils/intel-pcm/pkg-plist	Sun Dec 20 13:46:02 2015	(r404053)
@@ -1,3 +1,4 @@
+sbin/pcm-core.x
 sbin/pcm-memory.x
 sbin/pcm-msr.x
 sbin/pcm-numa.x


More information about the svn-ports-head mailing list