diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-01-24 22:03:24 -0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-01-24 22:03:24 -0800 |
commit | 021f2367730c24152843c93f941a5c817d1a2404 (patch) | |
tree | f925a11918cc456959a80653745067d5eb8a936a /comms | |
parent | cdeec3a276a5ade237d34d06c20e6840a5085d9d (diff) | |
download | freebsd-ports-021f2367730c24152843c93f941a5c817d1a2404.zip |
comms/tcpser: Pet portfmt/portclippy
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tcpser/Makefile | 4 |
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 |