Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 13:46:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404053 - head/sysutils/intel-pcm
Message-ID:  <201512201346.tBKDk25A044749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512201346.tBKDk25A044749>