Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 16:42:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353331 - head/games/egoboo
Message-ID:  <201405081642.s48Ggq9j088476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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