Commit 336eb705 authored by Marc G. Fournier's avatar Marc G. Fournier

Add in the sunos4 portname to configure detection

parent ea36b0d3
This diff is collapsed.
...@@ -7,6 +7,7 @@ case "$host_os" in ...@@ -7,6 +7,7 @@ case "$host_os" in
sparc) PORTNAME='sparc_solaris' ;; sparc) PORTNAME='sparc_solaris' ;;
i386) PORTNAME='i386_solaris' ;; i386) PORTNAME='i386_solaris' ;;
esac ;; esac ;;
sunos*) PORTNAME='sunos4' ;;
linux*) PORTNAME='linux' ;; linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;; bsdi*) PORTNAME='bsdi' ;;
freebsd*|netbsd*) PORTNAME='BSD44_derived';; freebsd*|netbsd*) PORTNAME='BSD44_derived';;
......
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