diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 22:18:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 22:18:36 +0000 |
commit | d593fbc25733b57a2089bfa9947a980c8ac0cf00 (patch) | |
tree | 38a637650159594e59336da26ebf3f34ccc0b031 /comms/minicom/Makefile | |
parent | 223f3e940f6224264962bc6574c42011fcc5a23e (diff) | |
download | FreeBSD-ports-d593fbc25733b57a2089bfa9947a980c8ac0cf00.zip FreeBSD-ports-d593fbc25733b57a2089bfa9947a980c8ac0cf00.tar.gz |
Better detecting of modem status lines.
Use the 4.4BSD spelling of TIOCMGET and TIOCMSET rather than the obsolete
TIOCMODG and TIOCMOD.
PR: 16341
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 4f7e01e..d86e226 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -8,7 +8,7 @@ PORTNAME= minicom PORTVERSION= 1.83.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.pp.clinet.fi/~walker/mc-dev/ \ |