aboutsummaryrefslogtreecommitdiff
path: root/games/violetland
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-11-17 20:21:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-11-17 20:21:03 +0000
commit703c13399a2515c40c88c5c4a664ec21ea9160c3 (patch)
treef17a0b200a552539c8f27809d37b70afcd1fceec /games/violetland
parentabc21077f67b147cac7db30d21558ed0098c50eb (diff)
downloadports-703c13399a2515c40c88c5c4a664ec21ea9160c3.tar.gz
ports-703c13399a2515c40c88c5c4a664ec21ea9160c3.zip
- Fix data file corruption due to excessive USE_DOS2UNIX
Notes
Notes: svn path=/head/; revision=334120
Diffstat (limited to 'games/violetland')
-rw-r--r--games/violetland/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile
index ffe8c62dcf5f..042f0d0eaacc 100644
--- a/games/violetland/Makefile
+++ b/games/violetland/Makefile
@@ -3,7 +3,7 @@
PORTNAME= violetland
PORTVERSION= 0.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE \
http://mirror.amdmi3.ru/distfiles/
@@ -18,7 +18,7 @@ USE_ZIP= yes
USE_SDL= sdl mixer image ttf
USE_GL= gl glu
USES= cmake gettext
-USE_DOS2UNIX= yes
+USE_DOS2UNIX= CMakeLists.txt src/system/utility/FileUtility.cpp
CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}