aboutsummaryrefslogtreecommitdiff
path: root/games/linux-enemyterritory-jaymod
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-19 13:20:31 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-19 13:20:31 +0000
commit93e74ab00ebcf0ab83ee50a8835c8745b46b0165 (patch)
treeded76dab4fedc399bf24acd4e8863553abc63b5d /games/linux-enemyterritory-jaymod
parentf0be3529ac98c8a13846a1bc6e484bb25b0dd064 (diff)
downloadports-93e74ab00ebcf0ab83ee50a8835c8745b46b0165.tar.gz
ports-93e74ab00ebcf0ab83ee50a8835c8745b46b0165.zip
- Fix omni-bot paths.
- Bump PORTREVISION. Reported by: sam <samira.nox@gmail.com>
Notes
Notes: svn path=/head/; revision=207584
Diffstat (limited to 'games/linux-enemyterritory-jaymod')
-rw-r--r--games/linux-enemyterritory-jaymod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-jaymod/Makefile b/games/linux-enemyterritory-jaymod/Makefile
index a4886be678ca..15076a22aa5b 100644
--- a/games/linux-enemyterritory-jaymod/Makefile
+++ b/games/linux-enemyterritory-jaymod/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jaymod
PORTVERSION= 2.1.7
+PORTREVISION= 1
CATEGORIES= games linux
MASTER_SITES= http://jaymod.clanfu.org/lib/downloads/ \
http://budjb.com/lib/downloads/ \
@@ -38,7 +39,7 @@ RUN_DEPENDS+= et-omni-bot:${PORTSDIR}/games/linux-enemyterritory-omni-bot
do-build:
.for f in et etded
@(${ECHO_CMD} "#!/bin/sh"; \
- ${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} +set omnibot_path "${DATADIR}/omni-bot" "$$@"') > \
+ ${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} +set omnibot_path "${DATADIR}/../omni-bot" "$$@"') > \
${WRKSRC}/${f}-${PORTNAME}
.endfor