summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-13 16:17:06 +0000
committernia <nia@pkgsrc.org>2020-11-13 16:17:06 +0000
commit405a290c43d89c222579f80d040ae6155f125636 (patch)
tree74aad5485118beda62b32e09c83ad1fed0396e7e /games
parentabb3b8610d1d5c0ad2987be5bede5e2cacf221f8 (diff)
downloadpkgsrc-405a290c43d89c222579f80d040ae6155f125636.tar.gz
iortcw: Fix powerpc executable suffix
Diffstat (limited to 'games')
-rw-r--r--games/iortcw/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile
index fbdd5a5f704..6f253fb9892 100644
--- a/games/iortcw/Makefile
+++ b/games/iortcw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/09/09 11:22:27 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/11/13 16:17:06 nia Exp $
DISTNAME= iortcw-1.51c
PKGREVISION= 8
@@ -50,8 +50,6 @@ MAKE_FLAGS+= COMPILE_ARCH=${MACHINE_ARCH}
IORTCW_ARCH= x86
.elif ${MACHINE_ARCH} == "x86_64"
IORTCW_ARCH= x86_64
-.elif ${MACHINE_ARCH} == "powerpc"
-IORTCW_ARCH= ppc
.elif !empty(MACHINE_ARCH:Mpowerpc64*)
IORTCW_ARCH= ppc64
.elif ${MACHINE_ARCH} == "sparc64"