aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:36:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:36:24 +0000
commit586aaee6b6c876e33afc21ab79b364eb7343a712 (patch)
treea5c22c903be29913e5d6eafd305233db125aea47
parentb67154a75d57985fab6f9f82cf37847ed54be601 (diff)
downloadports-586aaee6b6c876e33afc21ab79b364eb7343a712.tar.gz
ports-586aaee6b6c876e33afc21ab79b364eb7343a712.zip
net/librsync: Cosmetic change
-rw-r--r--net/librsync/Makefile4
1 files 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>