The /usr/ports/net directory is missing

Hi everyone,

I need to install samba for NTLM authentication. But I can't find the /usr/ports/net directory. I tried this:

portsnap fetch extract update

Thanks for reply!
 
Maybe the update command keeps portsnap from rebuilding the entire ports tree? Try running portsnap fetch extract, without update.
 
I tried fmw recommendation. But problem not solved yet.

When I go to /usr/ports/ and ls it shows that the net directory is here. But I cannot enter the net directory.
 
cracker1985 said:
I show net directory is here.But i cannot entering to net as directory
Are you sure it's a directory, not a file? Post the output of # ls -ld /usr/ports/net.

What error do you get when entering that directory?

If all else fails remove the entire tree and run extract again.
Code:
rm -rf /usr/ports/*
portsnap fetch extract
 
Back
Top