diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-08 19:31:57 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-08 19:31:57 +0000 |
commit | 40c4a7d6a6ad4f32f890997ad375e7bcc46cfb54 (patch) | |
tree | 9fba06ef32be6d8fd14c9d08cdb93e664efde340 /games/linux-enemyterritory-etpub/Makefile | |
parent | 64b1d041ac0b99b28ab2340e8a3674a030b59d1d (diff) | |
download | ports-40c4a7d6a6ad4f32f890997ad375e7bcc46cfb54.tar.gz ports-40c4a7d6a6ad4f32f890997ad375e7bcc46cfb54.zip |
Notes
Diffstat (limited to 'games/linux-enemyterritory-etpub/Makefile')
-rw-r--r-- | games/linux-enemyterritory-etpub/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/games/linux-enemyterritory-etpub/Makefile b/games/linux-enemyterritory-etpub/Makefile index 8f4c9ffce52d..ede6ad92ec8c 100644 --- a/games/linux-enemyterritory-etpub/Makefile +++ b/games/linux-enemyterritory-etpub/Makefile @@ -6,8 +6,7 @@ # PORTNAME= etpub -PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= games linux MASTER_SITES= http://et.tjw.org/etpub/dist/ PKGNAMEPREFIX= linux-enemyterritory- @@ -21,13 +20,14 @@ COMMENT= ET Pub - An Enemy Territory Modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= is an i386 Linux binary USE_ZIP= yes USE_LINUX= yes DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} -CLIENT_PK3= ${PORTNAME}_client-20060310.pk3 +CLIENT_PK3= ${PORTNAME}_client-20060818.pk3 PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}" pre-patch: @@ -49,10 +49,13 @@ do-install: ${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/glibc-2.1/qagame.mp.i386.so ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${CLIENT_PK3} ${DATADIR} - ${CP} -R ${WRKSRC}/extra ${DATADIR} + ${MKDIR} ${DATADIR}/extra +.for f in PHP etadmin_mod + ${CP} -R ${WRKSRC}/extra/${f} ${DATADIR}/extra +.endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -. for f in ChangeLog.txt Install.txt Upgrade-0.6.txt +. for f in ChangeLog.txt Install.txt Upgrade-0.7.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor ${CP} -R ${WRKSRC}/docs ${DOCSDIR} |