svn commit: r329947 - head/games/barrage

Guido Falsi madpilot at FreeBSD.org
Thu Oct 10 00:15:21 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list