Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 16:49:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335107 - in head: devel/piklab games/cre sysutils/megarc
Message-ID:  <201311281649.rASGnW0s015998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 28 16:49:31 2013
New Revision: 335107
URL: http://svnweb.freebsd.org/changeset/ports/335107

Log:
  Fixup the dos2unix conversion.

Modified:
  head/devel/piklab/Makefile
  head/games/cre/Makefile
  head/sysutils/megarc/Makefile

Modified: head/devel/piklab/Makefile
==============================================================================
--- head/devel/piklab/Makefile	Thu Nov 28 16:08:33 2013	(r335106)
+++ head/devel/piklab/Makefile	Thu Nov 28 16:49:31 2013	(r335107)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	KDE4
 OPTIONS_DEFAULT=KDE4
 
 USE_BZIP2=	yes
-DOS2UNIX_FILES=	Piklab.cmake
+DOS2UNIX_FILES=	cmake/Piklab.cmake
 USE_QT4=	corelib gui qt3support qtestlib xml \
 		moc_build qmake_build rcc_build uic_build
 USES=		cmake gettext readline dos2unix

Modified: head/games/cre/Makefile
==============================================================================
--- head/games/cre/Makefile	Thu Nov 28 16:08:33 2013	(r335106)
+++ head/games/cre/Makefile	Thu Nov 28 16:49:31 2013	(r335107)
@@ -14,7 +14,7 @@ COMMENT=	Corewars Redcode Evolver
 LICENSE=	GPLv2
 
 USES=		dos2unix
-DOS2UNIX_FILES=	*.txt
+DOS2UNIX_GLOB=	*.txt
 NO_WRKSUBDIR=	yes
 BUILD_WRKSRC=	${WRKSRC}/src
 

Modified: head/sysutils/megarc/Makefile
==============================================================================
--- head/sysutils/megarc/Makefile	Thu Nov 28 16:08:33 2013	(r335106)
+++ head/sysutils/megarc/Makefile	Thu Nov 28 16:49:31 2013	(r335107)
@@ -12,7 +12,7 @@ COMMENT=	LSI Logic's MegaRAID controllin
 
 USES=		dos2unix
 USE_ZIP=	yes
-DOS2UNIX_FILES=	Release\ History.txt
+DOS2UNIX_GLOB=	*.txt
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 



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