svn commit: r355465 - head/textproc/p5-XML-Catalog

Antoine Brodin antoine at FreeBSD.org
Tue May 27 05:18:29 UTC 2014


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>


More information about the svn-ports-all mailing list