Oops, the port is ultrix4, not ultrix

Pointed out by: Erik Bertelsen
This commit is contained in:
Marc G. Fournier 1997-02-08 03:29:31 +00:00
parent 37e7e77c33
commit f3ceb0a144
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -576,7 +576,7 @@ case "$host_os" in
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix';;
ultrix*) PORTNAME='ultrix4';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"

View File

@ -13,7 +13,7 @@ case "$host_os" in
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix';;
ultrix*) PORTNAME='ultrix4';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"