Commit f3ceb0a1 authored by Marc G. Fournier's avatar Marc G. Fournier

Oops, the port is ultrix4, not ultrix

Pointed out by: Erik Bertelsen
parent 37e7e77c
...@@ -576,7 +576,7 @@ case "$host_os" in ...@@ -576,7 +576,7 @@ case "$host_os" in
dgux*) PORTNAME='dgux';; dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';; aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';; nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix';; ultrix*) PORTNAME='ultrix4';;
*) echo "" *) echo ""
echo "*************************************************************" echo "*************************************************************"
echo "configure does not currently recognize your operating system," echo "configure does not currently recognize your operating system,"
......
...@@ -13,7 +13,7 @@ case "$host_os" in ...@@ -13,7 +13,7 @@ case "$host_os" in
dgux*) PORTNAME='dgux';; dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';; aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';; nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix';; ultrix*) PORTNAME='ultrix4';;
*) echo "" *) echo ""
echo "*************************************************************" echo "*************************************************************"
echo "configure does not currently recognize your operating system," echo "configure does not currently recognize your operating system,"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment