Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 075a80dfc956 - main - net/libnet: Cosmetic change
Message-ID:  <202109190607.18J675et052775@gitrepo.freebsd.org>

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

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

commit 075a80dfc956c175175380f8ef58f21b59abd82d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:28:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 05:59:49 +0000

    net/libnet: Cosmetic change
---
 net/libnet/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 248711631940..ceaa5241f6dd 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -13,21 +13,23 @@ COMMENT=	C library for creating IP packets
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
-OPTIONS_DEFINE=	BPF DOCS EXAMPLES
-OPTIONS_DEFAULT=BPF
-BPF_DESC=	link layer bpf
+USES=		cpe libtool
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
-USES=		cpe libtool
-CPE_VENDOR=	libnet_project
 
 DOCS=		CHANGELOG CONTRIB DESIGN_NOTES MIGRATION PACKET_BUILDING PORTED RAWSOCKET_NON_SEQUITUR README TODO
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
+CPE_VENDOR=	libnet_project
+
+OPTIONS_DEFINE=	BPF DOCS EXAMPLES
+OPTIONS_DEFAULT=BPF
+BPF_DESC=	link layer bpf
+
 BPF_CONFIGURE_OFF=	--with-link-layer=none
 BPF_CONFIGURE_ON=	--with-link-layer=bpf
 



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