summaryrefslogtreecommitdiff
path: root/games/punchy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/punchy/Makefile')
-rw-r--r--games/punchy/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/games/punchy/Makefile b/games/punchy/Makefile
index c698ab249e47..edb9225e3163 100644
--- a/games/punchy/Makefile
+++ b/games/punchy/Makefile
@@ -33,12 +33,6 @@ post-patch:
# Search assets under PREFIX instead of current directory
@${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \
${WRKSRC}/cargo-crates/bevy_asset-*/src/lib.rs
-# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
-# https://cgit.freebsd.org/src/commit/?id=98a049f22ef3
-.if !exists(/usr/bin/llvm-readelf)
- @${REINPLACE_CMD} '/readelf/s/llvm-//' \
- ${WRKSRC}/cargo-crates/v8-*/build/toolchain/gcc_toolchain.gni
-.endif
post-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} "assets" ${STAGEDIR}${DATADIR})