diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-05-07 13:39:20 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-05-10 16:19:46 +0000 |
commit | a821b221e3df175d49252c0ada1a2aa25941712b (patch) | |
tree | 22a0b61bd43347f4e4f51a8cbbe4268f290e4b95 /games | |
parent | d110b34b93aefc6a810aafdc13c6451e636b3145 (diff) | |
download | ports-a821b221e3df175d49252c0ada1a2aa25941712b.tar.gz ports-a821b221e3df175d49252c0ada1a2aa25941712b.zip |
games/iortcw: fixup for the previous powerpc* fix
The previous fix fixed powerpc64le, but broke powerpc and powerpc64.
Diffstat (limited to 'games')
-rw-r--r-- | games/iortcw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index 86dff84e9df0..401e3cbc8640 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS= BINDIR="${STAGEDIR}${PREFIX}/bin" \ LDFLAGS_i386= -Wl,-znotext -PLIST_SUB= ARCH="${ARCH:S/amd64/x86_64/:S/i386/x86/}" \ +PLIST_SUB= ARCH="${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc$/ppc/:S/powerpc64$/ppc64/}" \ WOLFDIR="${WOLFDIR}" SUB_FILES= iowolfded iowolfmp iowolfsp pkg-message |