git: 913b8d5d6c49 - main - devel/libunwind: Sort ARCH substitution in PLIST_SUB
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:04:42 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=913b8d5d6c498fe990408b219b36608dd25a608b
commit 913b8d5d6c498fe990408b219b36608dd25a608b
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:55:27 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:55:27 +0000
devel/libunwind: Sort ARCH substitution in PLIST_SUB
Match the order of ONLY_FOR_ARCHS.
---
devel/libunwind/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 265d52ccd30f..2adeb650895a 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-PLIST_SUB= ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|:C|powerpc64.*|ppc64|:S|armv7|arm|}
+PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:S|armv7|arm|:S|i386|x86|:C|powerpc64.*|ppc64|}
.include <bsd.port.pre.mk>
More information about the dev-commits-ports-all
mailing list