Hi, I just installed 13.1 on my laptop and when I try to make install from /usr/ports/whatever it fails because of this
my path looks like this:
libarchive, bsdtar and gtar are present
What do I do ?
Code:
bob@FreeTop /u/p/x/i3 (main) [1]> doas make install clean
===> License BSD3CLAUSE accepted by the user
===> i3-4.22 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by i3-4.22 for building
===> Extracting for i3-4.22
=> SHA256 Checksum OK for i3-4.22.tar.xz.
/bin/sh: /usr/bin/tar: not found
===> Failed to extract "/usr/ports/distfiles//i3-4.22.tar.xz".
*** Error code 1
my path looks like this:
Code:
echo $PATH
/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin /home/bob/bin
What do I do ?