git: bb7d81a68dd0 - main - games/alienarena[-data]: fix pkg-plist

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 4 21:12:39 UTC 2021


The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb7d81a68dd0424e0757d6851c102e4dbe6f44d9

commit bb7d81a68dd0424e0757d6851c102e4dbe6f44d9
Author:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
AuthorDate: 2021-08-04 21:10:45 +0000
Commit:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
CommitDate: 2021-08-04 21:12:31 +0000

    games/alienarena[-data]: fix pkg-plist
    
    * Use @dir instead of @dirrm into pkg-plist
    
    PR:             257384
    Reported by:    felix  at  palmen-it.de
---
 games/alienarena-data/Makefile | 4 ++--
 games/alienarena/Makefile      | 2 +-
 games/alienarena/pkg-plist     | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile
index 1bcd3a268978..ddb14407b518 100644
--- a/games/alienarena-data/Makefile
+++ b/games/alienarena-data/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	alienarena
 PORTVERSION=	2013.766
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \
 		http://ftp.jeuxlinux.fr/files/ \
@@ -37,7 +37,7 @@ pre-install:
 .	for DIRE in arena botinfo data1
 		@cd ${WRKSRC} && \
 			${FIND} ${DIRE} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
-				${FIND} ${DIRE} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
+				${FIND} ${DIRE} -type d | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST}
 .	endfor
 
 	@${ECHO_CMD} share/pixmaps/${PORTNAME}.png >> ${PLIST}
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile
index 63b44b1c3dd1..caca37837a77 100644
--- a/games/alienarena/Makefile
+++ b/games/alienarena/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	alienarena
 PORTVERSION=	2013.766
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games
 MASTER_SITES=	SF/alienarena.mirror/Alien%20Arena%207.66/ \
 		http://icculus.org/alienarena/Files/ \
diff --git a/games/alienarena/pkg-plist b/games/alienarena/pkg-plist
index 238fadd7d1b2..555fac98fe33 100644
--- a/games/alienarena/pkg-plist
+++ b/games/alienarena/pkg-plist
@@ -19,6 +19,6 @@
 %%LIBDIR%%/data1/sound
 %%LIBDIR%%/data1/textures
 %%LIBDIR%%/data1/vehicles
- at dirrm %%LIBDIR%%/data1
- at dirrm %%LIBDIR%%/arena
- at dirrm %%LIBDIR%%
+ at dir %%LIBDIR%%/data1
+ at dir %%LIBDIR%%/arena
+ at dir %%LIBDIR%%


More information about the dev-commits-ports-main mailing list