svn commit: r302841 - head/games/blockrage

Jason Helfman jgh at FreeBSD.org
Tue Aug 21 05:18:53 UTC 2012


Author: jgh
Date: Tue Aug 21 05:18:53 2012
New Revision: 302841
URL: http://svn.freebsd.org/changeset/ports/302841

Log:
  - port requires data
  
  PR:	170718
  Submitted by:	maintainer, nemysis at gmx.ch

Modified:
  head/games/blockrage/Makefile

Modified: head/games/blockrage/Makefile
==============================================================================
--- head/games/blockrage/Makefile	Tue Aug 21 04:56:41 2012	(r302840)
+++ head/games/blockrage/Makefile	Tue Aug 21 05:18:53 2012	(r302841)
@@ -7,18 +7,15 @@
 
 PORTNAME=	blockrage
 PORTVERSION=	0.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	nemysis at gmx.ch
-COMMENT=	Block Rage is falling blocks game with a 2-player hotseat mode
+COMMENT=	Falling blocks game with 2-player hotseat mode
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	DATA
-OPTIONS_DEFAULT=	DATA
-
 GNU_CONFIGURE=	yes
 ALL_TARGET=	${PORTNAME}
 USE_SDL=	sdl image mixer
@@ -47,13 +44,11 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
 
 # Data
-.if ${PORT_OPTIONS:MDATA}
 .  for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
 .  endfor
-.endif
 
-# Documentations
+# Documentation
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .  for f in ${PORTDOCS}



More information about the svn-ports-head mailing list