From owner-svn-ports-all@FreeBSD.ORG Thu May 8 16:42:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B333E2E1; Thu, 8 May 2014 16:42:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BBF820; Thu, 8 May 2014 16:42:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GgqUK088479; Thu, 8 May 2014 16:42:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48Ggq9j088476; Thu, 8 May 2014 16:42:52 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405081642.s48Ggq9j088476@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 8 May 2014 16:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353331 - head/games/egoboo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:42:52 -0000 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