Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 12:09:34 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2695867d5e02 - main - sysutils/accounts-qml-module: install all the files on powerpc64le
Message-ID:  <202204191209.23JC9YZ9076610@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204191209.23JC9YZ9076610>