git: 2695867d5e02 - main - sysutils/accounts-qml-module: install all the files on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 12:09:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2695867d5e02e1d1102fb19ef8e1c3dafca8746e commit 2695867d5e02e1d1102fb19ef8e1c3dafca8746e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-19 05:41:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-19 12:09:18 +0000 sysutils/accounts-qml-module: install all the files on powerpc64le Builds fine. --- sysutils/accounts-qml-module/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""