#!/bin/rc rfork ne echo 'cloning the ports tree...' hg clone -r stable http://bitbucket.org/mveety/9front-ports /sys/ports > /tmp/ports.log cd /sys/ports echo 'setting up the new ports database...' mk db >> /tmp/ports.log echo 'installing /rc/bin/ports/* and ports(8) manpage...' mk utils >> /tmp/ports.log echo 'Awesome! You're ready to go. If you have any issues be sure to submit a bug on bitbucket!' echo 'If you would like to see the stdout of the commands run in this file: look at /tmp/ports.log'