Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 06:12:27 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303115 - head/games/twind
Message-ID:  <201208250612.q7P6CRlb088292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Aug 25 06:12:26 2012
New Revision: 303115
URL: http://svn.freebsd.org/changeset/ports/303115

Log:
  - port requires DATA
  
  PR:	170748
  Submitted by:	maintainer, nemysis@gmx.ch

Modified:
  head/games/twind/Makefile

Modified: head/games/twind/Makefile
==============================================================================
--- head/games/twind/Makefile	Sat Aug 25 06:08:48 2012	(r303114)
+++ head/games/twind/Makefile	Sat Aug 25 06:12:26 2012	(r303115)
@@ -7,6 +7,7 @@
 
 PORTNAME=	twind
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
@@ -15,9 +16,6 @@ COMMENT=	Match and remove all of the blo
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	DATA
-OPTIONS_DEFAULT=	DATA
-
 USE_SDL=	sdl image mixer
 MAKE_JOBS_SAFE=	yes
 
@@ -38,10 +36,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 # Data
-.if ${PORT_OPTIONS:MDATA}
 	${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics music sound" ${DATADIR})
-.endif
 
 # Pixmaps
 	${INSTALL_DATA} ${WRKSRC}/graphics/${PORTNAME}.png ${PREFIX}/share/pixmaps/



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