svn commit: r353331 - head/games/egoboo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 16:42:52 UTC 2014


Author: amdmi3
Date: Thu May  8 16:42:52 2014
New Revision: 353331
URL: http://svnweb.freebsd.org/changeset/ports/353331
QAT: https://qat.redports.org/buildarchive/r353331/

Log:
  - Convert USE_DOS2UNIX to USES

Modified:
  head/games/egoboo/Makefile

Modified: head/games/egoboo/Makefile
==============================================================================
--- head/games/egoboo/Makefile	Thu May  8 16:36:08 2014	(r353330)
+++ head/games/egoboo/Makefile	Thu May  8 16:42:52 2014	(r353331)
@@ -13,10 +13,10 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	A 3D dungeon crawling adventure in the spirit of NetHack
 
-USES=		gmake
+USES=		gmake dos2unix
 USE_SDL=	sdl ttf mixer image
 USE_GL=		yes
-USE_DOS2UNIX=	*.c
+DOS2UNIX_GLOB=	*.c
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/game
 MAKEFILE=	Makefile.unix


More information about the svn-ports-all mailing list