FreeBSD Bugzilla – Attachment 226660 Details for
Bug 257384
games/alienarena-data: fails to package with pkg 1.17 – unknown keyword dirrm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches for games/alienarena-data/Makefile and games/alienarena/pkg-plist changing @dirrm to @dir
games_alienarena-data_Makefile__games_alienarena_pkg-plist.diff (text/plain), 1.40 KB, created by
Trond Endrestøl
on 2021-07-24 21:17:36 UTC
(
hide
)
Description:
Patches for games/alienarena-data/Makefile and games/alienarena/pkg-plist changing @dirrm to @dir
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2021-07-24 21:17:36 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile >index 1bcd3a268978..59e5434baa96 100644 >--- a/games/alienarena-data/Makefile >+++ b/games/alienarena-data/Makefile >@@ -37,14 +37,14 @@ 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} > > @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} >+ ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|%%PORTDOCS%%@dir %%DOCSDIR%%/|' >> ${PLIST} > > do-install: > cd ${WRKSRC} && ${COPYTREE_SHARE} "arena botinfo data1" ${STAGEDIR}${DATADIR} >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 >-@dirrm %%LIBDIR%%/data1 >-@dirrm %%LIBDIR%%/arena >-@dirrm %%LIBDIR%% >+@dir %%LIBDIR%%/data1 >+@dir %%LIBDIR%%/arena >+@dir %%LIBDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257384
: 226660