diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-24 16:40:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-24 16:40:58 +0000 |
commit | e76ce15096a1c9d137b86b1df44d7fcbac55b302 (patch) | |
tree | 6143ac7bc8514cc4bcdcfcd4dc637f91abcf7cee /comms/mgetty+sendfax | |
parent | dd11e886ce18f909d7cc21b85d1b666135e30e9c (diff) | |
download | ports-e76ce15096a1c9d137b86b1df44d7fcbac55b302.tar.gz ports-e76ce15096a1c9d137b86b1df44d7fcbac55b302.zip |
Catch up with the renaming of cuaa to cuad 5 years ago.
PR: 135909
Submitted by: Daniel O'Connor
Notes
Notes:
svn path=/head/; revision=238336
Diffstat (limited to 'comms/mgetty+sendfax')
-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); |