diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-25 06:12:26 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-25 06:12:26 +0000 |
commit | 284a17a85de5db6121521a6680e6a5432cea47a9 (patch) | |
tree | 72b33e77af591f5bcc0eb16ba82ace9ba4bf59df /games/twind | |
parent | 53a986f2d4e9fd73816f7eb98c7499eb6f56f459 (diff) | |
download | ports-284a17a85de5db6121521a6680e6a5432cea47a9.tar.gz ports-284a17a85de5db6121521a6680e6a5432cea47a9.zip |
Notes
Diffstat (limited to 'games/twind')
-rw-r--r-- | games/twind/Makefile | 6 |
1 files changed, 1 insertions, 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/ |