git: 4f6c06bb823c - main - games/alienarena-data: eliminate @dirrm* usage
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 10 16:47:11 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f6c06bb823c8db4dc9a786b29fb8cf43f0f1c41
commit 4f6c06bb823c8db4dc9a786b29fb8cf43f0f1c41
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-10 16:45:06 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-10 16:47:05 +0000
games/alienarena-data: eliminate @dirrm* usage
It's been years since @dirrm and @dirrmtry support has been removed
from the tree, pkg 1.17 just drop entirely the support for those
keywords making this port fail to build.
---
games/alienarena-data/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile
index 65282a9f9384..38d224411380 100644
--- a/games/alienarena-data/Makefile
+++ b/games/alienarena-data/Makefile
@@ -2,6 +2,7 @@
PORTNAME= alienarena
PORTVERSION= 2013.766
+PORTEEVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \
http://ftp.jeuxlinux.fr/files/ \
@@ -40,12 +41,10 @@ pre-install:
. endfor
@${ECHO_CMD} share/pixmaps/${PORTNAME}.png >> ${PLIST}
- @${ECHO_CMD} "@dirrmtry %%DATADIR%%" >> ${PLIST}
@cd ${WRKSRC}/docs && \
${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%PORTDOCS%%%%DOCSDIR%%/|' >> ${PLIST} && \
${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|%%PORTDOCS%%@dirrm %%DOCSDIR%%/|' >> ${PLIST}
- @${ECHO_CMD} "%%PORTDOCS%%@dirrmtry %%DOCSDIR%%" >> ${PLIST}
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "arena botinfo data1" ${STAGEDIR}${DATADIR}
More information about the dev-commits-ports-all
mailing list