git: 021f2367730c - main - comms/tcpser: Pet portfmt/portclippy

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Tue, 25 Jan 2022 06:03:25 UTC
The branch main has been updated by nc:

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

commit 021f2367730c24152843c93f941a5c817d1a2404
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-01-25 06:03:24 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-01-25 06:03:24 +0000

    comms/tcpser: Pet portfmt/portclippy
---
 comms/tcpser/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/comms/tcpser/Makefile b/comms/tcpser/Makefile
index 27696a11a6e7..fe0fcf3fbe60 100644
--- a/comms/tcpser/Makefile
+++ b/comms/tcpser/Makefile
@@ -9,15 +9,15 @@ COMMENT=	TCPSER turns serial port into an emulated Hayes compatible modem
 
 LICENSE=	GPLv2+
 
+USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	FozzTexx
 GH_TAGNAME=	95f4b51
 
 LDFLAGS+=	-pthread
-USES=		gmake
 
-PORTDOCS=	README.md CHANGES
 PLIST_FILES=	bin/tcpser
+PORTDOCS=	CHANGES README.md
 
 OPTIONS_DEFINE=	DOCS