summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-01-24 22:03:24 -0800
committerNeel Chauhan <nc@FreeBSD.org>2022-01-24 22:03:24 -0800
commit021f2367730c24152843c93f941a5c817d1a2404 (patch)
treef925a11918cc456959a80653745067d5eb8a936a
parentwww/py-django-extensions: Update to 3.1.5 (diff)
comms/tcpser: Pet portfmt/portclippy
-rw-r--r--comms/tcpser/Makefile4
1 files 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