diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-11-18 04:21:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-11-18 04:21:03 +0800 |
commit | 7f2fbd3424c0a8012f141eccb34de61d7ef0d210 (patch) | |
tree | f17a0b200a552539c8f27809d37b70afcd1fceec | |
parent | 37a74a620037d700ee6dd8752c4ef46a4bd44db7 (diff) | |
download | freebsd-ports-gnome-7f2fbd3424c0a8012f141eccb34de61d7ef0d210.tar.gz freebsd-ports-gnome-7f2fbd3424c0a8012f141eccb34de61d7ef0d210.tar.zst freebsd-ports-gnome-7f2fbd3424c0a8012f141eccb34de61d7ef0d210.zip |
- Fix data file corruption due to excessive USE_DOS2UNIX
-rw-r--r-- | games/violetland/Makefile | 4 |
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} |