forked from Lainports/freebsd-ports
list, since this port perversely needs serial devices to build. Those on alternate platforms may need to follow suit as may be necessary. Reported by: kris
11 lines
371 B
Text
11 lines
371 B
Text
--- Makefile.PL.orig Tue Jul 8 09:10:12 2003
|
|
+++ Makefile.PL Tue Jul 8 09:11:03 2003
|
|
@@ -15,7 +15,7 @@
|
|
}
|
|
}
|
|
unless (@SERIALS) {
|
|
- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" );
|
|
+ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0", "/dev/ttya", "/dev/ttyb" );
|
|
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
|
|
}
|
|
|