diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-19 13:20:31 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-19 13:20:31 +0000 |
commit | 93e74ab00ebcf0ab83ee50a8835c8745b46b0165 (patch) | |
tree | ded76dab4fedc399bf24acd4e8863553abc63b5d /games/linux-enemyterritory-etpub | |
parent | f0be3529ac98c8a13846a1bc6e484bb25b0dd064 (diff) |
Notes
Diffstat (limited to 'games/linux-enemyterritory-etpub')
-rw-r--r-- | games/linux-enemyterritory-etpub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-etpub/Makefile b/games/linux-enemyterritory-etpub/Makefile index 8750e8ff5fef..8ebe3726f786 100644 --- a/games/linux-enemyterritory-etpub/Makefile +++ b/games/linux-enemyterritory-etpub/Makefile @@ -7,7 +7,7 @@ PORTNAME= etpub PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://et.tjw.org/etpub/dist/ PKGNAMEPREFIX= linux-enemyterritory- @@ -45,7 +45,7 @@ pre-patch: 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 |