Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 05:18:28 +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: r355465 - head/textproc/p5-XML-Catalog
Message-ID:  <201405270518.s4R5ISn6089627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue May 27 05:18:28 2014
New Revision: 355465
URL: http://svnweb.freebsd.org/changeset/ports/355465
QAT: https://qat.redports.org/buildarchive/r355465/

Log:
  Fix make patch

Modified:
  head/textproc/p5-XML-Catalog/Makefile

Modified: head/textproc/p5-XML-Catalog/Makefile
==============================================================================
--- head/textproc/p5-XML-Catalog/Makefile	Mon May 26 22:55:50 2014	(r355464)
+++ head/textproc/p5-XML-Catalog/Makefile	Tue May 27 05:18:28 2014	(r355465)
@@ -22,6 +22,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		dos2unix perl5
 USE_PERL5=	configure
-DOS2UNIX_FILES=	Catalog.pm
+DOS2UNIX_GLOB=	Catalog.pm
 
 .include <bsd.port.mk>



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