git: d178fbc66feb - main - net/libnet: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Oct 2024 22:02:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d178fbc66feb43c99ba73c7164a494157aabe189 commit d178fbc66feb43c99ba73c7164a494157aabe189 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-22 21:53:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-22 21:58:17 +0000 net/libnet: Cosmetic change --- net/libnet/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 1a8f18f493be..c59bb10e2f4b 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -13,7 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe libtool pathfix -CONFIGURE_ARGS= --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html --disable-doxygen-man +CONFIGURE_ARGS= --disable-doxygen-doc \ + --disable-doxygen-dot \ + --disable-doxygen-html \ + --disable-doxygen-man GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes