git: e584ad712a02 - main - net/czmq4: resort Makefile

Kirill Ponomarev krion at FreeBSD.org
Tue Jun 29 06:30:09 UTC 2021


The branch main has been updated by krion:

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

commit e584ad712a02d55db34b46bdcd1be8a17b8377da
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-06-29 06:29:45 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-06-29 06:30:01 +0000

    net/czmq4: resort Makefile
---
 net/czmq4/Makefile | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/net/czmq4/Makefile b/net/czmq4/Makefile
index e7cacb9a587b..b2bc7f750b4b 100644
--- a/net/czmq4/Makefile
+++ b/net/czmq4/Makefile
@@ -15,25 +15,23 @@ BUILD_DEPENDS=	asciidoc:textproc/asciidoc \
 LIB_DEPENDS=	libzmq.so:net/libzmq4
 
 USES=		autoreconf libtool pkgconfig shebangfix
-GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	zeromq
 USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
-TEST_TARGET=	check
 
-SHEBANG_FILES=	doc/mkman mkdoc \
-		model/chkopts.pl \
-		model/rename_class
-
-CONFLICTS_INSTALL=	czmq-3.*
+SHEBANG_FILES=	doc/mkman mkdoc model/chkopts.pl model/rename_class
 
-CONFIGURE_ARGS=	--with-libzmq=${LOCALBASE} \
-		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
-		--enable-drafts="yes" \
-		--with-docs="yes"
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-drafts="yes" \
+		--with-docs="yes" \
+		--with-libzmq=${LOCALBASE} \
+		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
 
 MAKE_ENV=	V=1
+INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 CPPFLAGS+=	-Wno-error
 
+CONFLICTS_INSTALL=	czmq-3.*
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list