Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 17:01:52 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4c88fa47b2af - main - sysutils/lttng-tools: whitespace fixes
Message-ID:  <202104271701.13RH1qpZ051383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c88fa47b2afddceabf8a3230c98a13ca7965c51

commit 4c88fa47b2afddceabf8a3230c98a13ca7965c51
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-27 15:55:20 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-27 17:00:08 +0000

    sysutils/lttng-tools: whitespace fixes
---
 sysutils/lttng-tools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile
index f49f0c9d2c23..6a2f6436e134 100644
--- a/sysutils/lttng-tools/Makefile
+++ b/sysutils/lttng-tools/Makefile
@@ -18,8 +18,8 @@ BROKEN_FreeBSD_13=	ld: error: duplicate symbol: mi_lttng_element_load_override_u
 BROKEN_FreeBSD_14=	ld: error: duplicate symbol: mi_lttng_element_load_override_url
 
 LIB_DEPENDS=	libpopt.so:devel/popt \
-	    liburcu.so:sysutils/liburcu \
-	    liblttng-ust-ctl.so:sysutils/lttng-ust
+		liburcu.so:sysutils/liburcu \
+		liblttng-ust-ctl.so:sysutils/lttng-ust
 
 USES=		autoreconf bison compiler:c11 gnome libtool localbase pathfix \
 		pkgconfig shebangfix tar:bzip2
@@ -28,7 +28,7 @@ USE_GNOME=	libxml2
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=	--with-lttng-ust-prefix=${LOCALBASE} \
-	    --disable-maintainer-mode
+		--disable-maintainer-mode
 INSTALL_TARGET=		install-strip
 
 OPTIONS_DEFINE=	DOCS



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