svn commit: r355572 - head/games/warmux

Antoine Brodin antoine at FreeBSD.org
Tue May 27 21:00:09 UTC 2014


Author: antoine
Date: Tue May 27 21:00:08 2014
New Revision: 355572
URL: http://svnweb.freebsd.org/changeset/ports/355572
QAT: https://qat.redports.org/buildarchive/r355572/

Log:
  Fix make patch

Modified:
  head/games/warmux/Makefile

Modified: head/games/warmux/Makefile
==============================================================================
--- head/games/warmux/Makefile	Tue May 27 20:57:19 2014	(r355571)
+++ head/games/warmux/Makefile	Tue May 27 21:00:08 2014	(r355572)
@@ -19,7 +19,7 @@ CONFLICTS_INSTALL=	wormux-*
 GNU_CONFIGURE=	yes
 USES=		dos2unix gmake pkgconfig tar:bzip2
 USE_SDL=	sdl image mixer ttf gfx net
-DOS2UNIX_FILES=	fixed_class.h
+DOS2UNIX_GLOB=	fixed_class.h
 
 OPTIONS_DEFINE=	FRIBIDI SERVER NLS DEBUG
 FRIBIDI_DESC=	Enable bi-directional unicode support


More information about the svn-ports-all mailing list