From 284a17a85de5db6121521a6680e6a5432cea47a9 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sat, 25 Aug 2012 06:12:26 +0000 Subject: - port requires DATA PR: 170748 Submitted by: maintainer, nemysis@gmx.ch --- games/twind/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/games/twind/Makefile b/games/twind/Makefile index 84a42ae79f6b..2c3f23336895 100644 --- a/games/twind/Makefile +++ b/games/twind/Makefile @@ -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 blocks before time runs out 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/ -- cgit v1.2.3