aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-30 13:16:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-30 13:16:53 +0000
commit8d7813cc7c103dc2d4fc13f2d216184275791b6e (patch)
treed0d51800cea5de3f026871335dab59e8cdd71249 /games
parent849395d8dfd1cf4b681281207c9706c941025bfc (diff)
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=393240
Diffstat (limited to 'games')
-rw-r--r--games/openra/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile
index 1882a81f868b..d327ca703c21 100644
--- a/games/openra/Makefile
+++ b/games/openra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openra
PORTVERSION= 20150614
DISTVERSIONPREFIX= release-
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
# XXX Convert to USES=nuget or package dependencies instead
MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \
@@ -49,7 +49,8 @@ USE_GITHUB= yes
GH_PROJECT= OpenRA
NO_ARCH= yes
-USES= gmake lua:51,run mono openal:soft
+USES= gmake lua:51,run mono openal:soft shebangfix
+SHEBANG_FILES= launch-dedicated.sh
USE_SDL= sdl2
MAKE_ENV= prefix="${PREFIX}"
MAKE_ARGS= VERSION="${GH_TAGNAME}"