diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 10:53:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 10:53:58 +0000 |
commit | 511d0799c91d0b8adad607c8cd14b1f338848457 (patch) | |
tree | 949ed5073d335dfc7101d061092aea41f596e5e4 /games | |
parent | de5ab839b172600eac8fcad7edd61b1ec5fdb810 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-enemyterritory-jaymod/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/linux-enemyterritory-jaymod/Makefile b/games/linux-enemyterritory-jaymod/Makefile index 975b8310b8e3..75c6c3b4d353 100644 --- a/games/linux-enemyterritory-jaymod/Makefile +++ b/games/linux-enemyterritory-jaymod/Makefile @@ -18,8 +18,7 @@ USES= linux shebangfix SHEBANG_FILES= linux/convert_shrub perl_OLD_CMD= "/bin/env perl" -OPTIONS_DEFINE= DOCS OMNIBOT -OMNIBOT_DESC= Install Omni-Bot for bot support +OPTIONS_DEFINE= DOCS DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} @@ -27,8 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} CLIENT_PK3= ${PORTNAME}-${PORTVERSION}.pk3 PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}" -OMNIBOT_RUN_DEPENDS= et-omni-bot:games/linux-enemyterritory-omni-bot - do-build: .for f in et etded @(${ECHO_CMD} "#!/bin/sh"; \ |