summaryrefslogtreecommitdiff
path: root/sysutils/accounts-qml-module
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 07:41:50 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 14:09:18 +0200
commit2695867d5e02e1d1102fb19ef8e1c3dafca8746e (patch)
tree96848c7b6762358dab00aa0232e61b1a22932dba /sysutils/accounts-qml-module
parentnet-mgmt/fastnetmon: use luajit on other luajit-capable architectures (diff)
sysutils/accounts-qml-module: install all the files on powerpc64le
Builds fine.
Diffstat (limited to 'sysutils/accounts-qml-module')
-rw-r--r--sysutils/accounts-qml-module/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile
index 8930eafe9d70..61e15e459b1e 100644
--- a/sysutils/accounts-qml-module/Makefile
+++ b/sysutils/accounts-qml-module/Makefile
@@ -24,7 +24,7 @@ GL_COMMIT= cfadea7ba8ba4011ae20d771696eb74deb87201e
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH} == powerpc64
PLIST_SUB= PPC64="@comment "
.else
PLIST_SUB= PPC64=""