Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 00:15:20 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329947 - head/games/barrage
Message-ID:  <201310100015.r9A0FKGo027931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Oct 10 00:15:20 2013
New Revision: 329947
URL: http://svnweb.freebsd.org/changeset/ports/329947

Log:
  - Convert to staging
  - Convert to USES=gmake
  - Needs INSTALLS_ICONS

Modified:
  head/games/barrage/Makefile   (contents, props changed)

Modified: head/games/barrage/Makefile
==============================================================================
--- head/games/barrage/Makefile	Thu Oct 10 00:09:35 2013	(r329946)
+++ head/games/barrage/Makefile	Thu Oct 10 00:15:20 2013	(r329947)
@@ -11,11 +11,11 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Destroy as many targets as possible
 
 USE_SDL=	sdl mixer
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
 CONFIGURE_ARGS=	--with-profile-path=/var/games
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
 



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