# cd /usr/ports
# make readmes && make index
what is this for?
# make readmes && make index
what is this for?
readmes Create a port's README.html. This can be used from /usr/ports to create a browsable web of all ports on your system!
index Create /usr/ports/INDEX, which is used by the pretty-print-* and search targets. Running the index target will ensure your INDEX file is up to date with your ports tree.
SuperMiguel said:so how often do i run it? do i need to run it every time i install a porgam?
mk said:no. you even don't need to do it ever. if you use portsnap for updating ports and issue command like portsnap fetch extract update
SuperMiguel said:So since i already ran csup -g -L 2 /root/ports-supfile, and now im using portsnap do i have to delete or revent any steps?
freebsd-update(8) is for the base system what portsnap(8) is for the ports tree. Kind of.SuperMiguel said:So just run portsnap fetch update in regular basis.. Also what is freebsd-update for?
SuperMiguel said:So just run portsnap fetch update in regular basis.
Also what is freebsd-update for?