diff options
author | arved <arved@FreeBSD.org> | 2009-07-25 00:40:58 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-07-25 00:40:58 +0800 |
commit | 819a28918a83bccc6a1991e6a50a2ca49fceaaa4 (patch) | |
tree | 61c4a6c74ec68471b87d4d0452ad9953c98a1392 /comms | |
parent | 28c51a9b8726aa32bacb5fd5e7a931ac9ac1a97b (diff) | |
download | freebsd-ports-gnome-819a28918a83bccc6a1991e6a50a2ca49fceaaa4.tar.gz freebsd-ports-gnome-819a28918a83bccc6a1991e6a50a2ca49fceaaa4.tar.zst freebsd-ports-gnome-819a28918a83bccc6a1991e6a50a2ca49fceaaa4.zip |
Catch up with the renaming of cuaa to cuad 5 years ago.
PR: 135909
Submitted by: Daniel O'Connor
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 2 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 2 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg-install | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 9a2ec97e6169..5f577bdf1e4f 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -7,7 +7,7 @@ PORTNAME= mgetty PORTVERSION= 1.1.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/ DISTNAME= ${PORTNAME}${PORTVERSION}-Feb22 diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in index 8e0d3bcf3830..9b76b5a1efcd 100644 --- a/comms/mgetty+sendfax/files/mgettycfg.in +++ b/comms/mgetty+sendfax/files/mgettycfg.in @@ -19,7 +19,7 @@ foreach (keys(%var)) { } $a = 1; -$devices = $var{'ports'} ? $var{'ports'} : "cuaa1"; +$devices = $var{'ports'} ? $var{'ports'} : "cuad1"; while ($a) { $devices = &ask ("list of devices", $devices); diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install index 8e0d3bcf3830..9b76b5a1efcd 100644 --- a/comms/mgetty+sendfax/pkg-install +++ b/comms/mgetty+sendfax/pkg-install @@ -19,7 +19,7 @@ foreach (keys(%var)) { } $a = 1; -$devices = $var{'ports'} ? $var{'ports'} : "cuaa1"; +$devices = $var{'ports'} ? $var{'ports'} : "cuad1"; while ($a) { $devices = &ask ("list of devices", $devices); |