diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-01-24 21:29:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-01-24 21:29:35 +0000 |
commit | 952549b0ea6fb1b94e2b7be600fc21e9483fca58 (patch) | |
tree | b9d47ab2810c762f0b3f969e230a9c600f66d12c /games | |
parent | 743a5b1728e5c3614590b1d98e6536bae5d081c5 (diff) |
- Install versioned binaries to remove conflict with
games/linux-enemyterritory-omni-bot
- Add version to package name
- Remove NO_LATEST_LINK
- Bump PORTREVISION
PR: ports/164085
Submitted by: Barbara
Notes
Notes:
svn path=/head/; revision=289754
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/Makefile | 13 | ||||
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/pkg-plist | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games/linux-enemyterritory-omni-bot-0660/Makefile b/games/linux-enemyterritory-omni-bot-0660/Makefile index 386ee0147aa6..5f34404dbf94 100644 --- a/games/linux-enemyterritory-omni-bot-0660/Makefile +++ b/games/linux-enemyterritory-omni-bot-0660/Makefile @@ -7,6 +7,7 @@ PORTNAME= omni-bot PORTVERSION= 0.660 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -18,15 +19,16 @@ COMMENT= Omni-Bot is a bot for Enemy Territory RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory -CONFLICTS= linux-enemyterritory-omni-bot-0.[7-9]* -NO_LATEST_LINK= yes +VERSTR= ${PORTVERSION:C/([0-9])\.([0-9]+)/\1\2/} +PKGNAMESUFFIX= -${VERSTR} +PLIST_SUB= VERSTR="${VERSTR}" USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes -DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} +DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}-${VERSTR} +DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME}-${VERSTR} do-build: .for f in et etded @@ -37,7 +39,8 @@ do-build: do-install: .for f in et etded - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin + ${MV} ${WRKSRC}/${f}-${PORTNAME} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} + ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME}-${VERSTR} ${PREFIX}/bin .endfor ${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${DATADIR} diff --git a/games/linux-enemyterritory-omni-bot-0660/pkg-plist b/games/linux-enemyterritory-omni-bot-0660/pkg-plist index 90bfe387a19d..cfd8116372c3 100644 --- a/games/linux-enemyterritory-omni-bot-0660/pkg-plist +++ b/games/linux-enemyterritory-omni-bot-0660/pkg-plist @@ -1,5 +1,5 @@ -bin/et-omni-bot -bin/etded-omni-bot +bin/et-omni-bot-%%VERSTR%% +bin/etded-omni-bot-%%VERSTR%% %%DATADIR%%/et/nav/et_custom.zip %%DATADIR%%/et/nav/et_official.zip %%DATADIR%%/et/scripts/ammo_goal.gm |