git: 586aaee6b6c8 - main - net/librsync: Cosmetic change

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=586aaee6b6c876e33afc21ab79b364eb7343a712

commit 586aaee6b6c876e33afc21ab79b364eb7343a712
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:36:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:36:24 +0000

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

diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index a6a5407f9734..b4a120cfbb04 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -16,11 +16,11 @@ LIB_DEPENDS=	libpopt.so:devel/popt
 USES=		cmake compiler:c11 cpe perl5
 USE_PERL5=	test
 
-CPE_VENDOR=	librsync_project
-
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+CPE_VENDOR=	librsync_project
+
 .include <bsd.port.mk>