From: ian Date: Sat, 5 Oct 2002 01:39:28 +0000 (+0000) Subject: FreeBSD X11R6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=f7fd03c51dcc3442281e4e9ef3c507bacbb02910 FreeBSD X11R6 --- diff --git a/config b/config index 16e37cc..eaaeb82 100644 --- a/config +++ b/config @@ -26,6 +26,7 @@ if ($uname =~ m/^Linux$/) { chomp($_= `uname -r`); $? and die "platform $?"; m/^(\d+\.\d+)\-/ or die "$_ ?"; $platform= "FreeBSD-$1"; + $xbindir= '/usr/X11R6/bin'; } elsif ($uname =~ m/^HP\-UX/) { chomp($_= `uname -r`); $? and die "platform $?"; m/^B\.(\d+\.\d+)$/ or die "$_ ?";