diff options
author | Barbara Guida <bar@FreeBSD.org> | 2014-01-19 13:43:28 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2014-01-19 13:43:28 +0000 |
commit | 44de928efc1a006339f31513636ba82dfb81f40c (patch) | |
tree | 2ff7f46afd20eac19e2fbdfc91d8d858acaae383 /games/linux-enemyterritory-omni-bot-0660 | |
parent | 5bee3cd4ad4dc4883f5d0091c5cce246564846c8 (diff) | |
download | ports-44de928efc1a006339f31513636ba82dfb81f40c.tar.gz ports-44de928efc1a006339f31513636ba82dfb81f40c.zip |
Notes
Diffstat (limited to 'games/linux-enemyterritory-omni-bot-0660')
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/Makefile | 25 | ||||
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/pkg-descr | 2 | ||||
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/pkg-plist | 1 |
3 files changed, 13 insertions, 15 deletions
diff --git a/games/linux-enemyterritory-omni-bot-0660/Makefile b/games/linux-enemyterritory-omni-bot-0660/Makefile index e7a4ddcd4edf..09fc19006bea 100644 --- a/games/linux-enemyterritory-omni-bot-0660/Makefile +++ b/games/linux-enemyterritory-omni-bot-0660/Makefile @@ -5,8 +5,7 @@ PORTNAME= omni-bot PORTVERSION= 0.660 PORTREVISION= 1 CATEGORIES= games linux -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver +MASTER_SITES= http://googledrive.com/host/0BzZDKd40GAICUkZTaDJQQ2FKRTg/ PKGNAMEPREFIX= linux-enemyterritory- DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} @@ -26,7 +25,6 @@ NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}-${VERSTR} DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME}-${VERSTR} -NO_STAGE= yes .include <bsd.port.options.mk> do-build: @@ -39,19 +37,18 @@ do-build: do-install: .for f in et etded ${MV} ${WRKSRC}/${f}-${PORTNAME} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} \ + ${STAGEDIR}${PREFIX}/bin .endfor - ${MKDIR} ${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${DATADIR} - cd ${WRKSRC}/omni-bot && ${CP} -R et global_scripts ${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${DATADIR} -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/omni-bot && ${CP} -R et global_scripts ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for f in *.txt omni-bot/*.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} . endfor - ${CP} -R ${WRKSRC}/omni-bot/docs ${DOCSDIR} -.endif + ${CP} -R ${WRKSRC}/omni-bot/docs ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/games/linux-enemyterritory-omni-bot-0660/pkg-descr b/games/linux-enemyterritory-omni-bot-0660/pkg-descr index 0daa2b585e8c..630e6cb2abe3 100644 --- a/games/linux-enemyterritory-omni-bot-0660/pkg-descr +++ b/games/linux-enemyterritory-omni-bot-0660/pkg-descr @@ -1,4 +1,4 @@ Omni-Bot is an Enemy Territory modification providing computer controlled players (bots). -WWW: http://www.omni-bot.de/ +WWW: http://omni-bot.invisionzone.com/ diff --git a/games/linux-enemyterritory-omni-bot-0660/pkg-plist b/games/linux-enemyterritory-omni-bot-0660/pkg-plist index cfd8116372c3..8e40b431ab0d 100644 --- a/games/linux-enemyterritory-omni-bot-0660/pkg-plist +++ b/games/linux-enemyterritory-omni-bot-0660/pkg-plist @@ -49,3 +49,4 @@ bin/etded-omni-bot-%%VERSTR%% @dirrm %%DATADIR%%/et/nav @dirrm %%DATADIR%%/et @dirrm %%DATADIR%% +@dirrmtry lib/enemyterritory |