git: 0926668291cd - main - devel/libunwind: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 05:49:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0926668291cd812977f9d3ae155b5b87e61322af

commit 0926668291cd812977f9d3ae155b5b87e61322af
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:35:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:35:56 +0000

    devel/libunwind: Cosmetic change
---
 devel/libunwind/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 3fa14630bfe9..52a01fcb9807 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -17,8 +17,6 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64 powerpc64le
 
 USES=		compiler:c11 cpe libtool pathfix pkgconfig
 
-CPE_VENDOR=	libunwind_project
-
 CFLAGS_powerpc64=	-maltivec
 CFLAGS_powerpc64le=	-maltivec
 CONFIGURE_ARGS=	ac_cv_path_LATEX2MAN=${TRUE}
@@ -28,6 +26,8 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	ARCH=${ARCH:S|amd64|x86_64|:S|armv7|arm|:S|i386|x86|:C|powerpc64.*|ppc64|}
 
+CPE_VENDOR=	libunwind_project
+
 .include <bsd.port.pre.mk>
 
 .if !${ARCH:Mpowerpc64*}