svn commit: r355467 - head/devel/esdl

Antoine Brodin antoine at FreeBSD.org
Tue May 27 05:36:25 UTC 2014


Author: antoine
Date: Tue May 27 05:36:24 2014
New Revision: 355467
URL: http://svnweb.freebsd.org/changeset/ports/355467
QAT: https://qat.redports.org/buildarchive/r355467/

Log:
  Fix make patch

Modified:
  head/devel/esdl/Makefile

Modified: head/devel/esdl/Makefile
==============================================================================
--- head/devel/esdl/Makefile	Tue May 27 05:29:01 2014	(r355466)
+++ head/devel/esdl/Makefile	Tue May 27 05:36:24 2014	(r355467)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		dos2unix gmake
-DOS2UNIX_FILES=	Makefile
+DOS2UNIX_GLOB=	Makefile
 USE_GL=		gl glu
 USE_SDL=	sdl
 ALL_TARGET=	target


More information about the svn-ports-all mailing list