On Tue, 28 Dec 2004 11:06:30 -0700, Tom Vilot <[EMAIL PROTECTED]> wrote: > Is there a way to quickly make a "local port" or a "local package" that > I can then use to do things like: > > make package > make uninstall > pkg_delete
I don't know if there's a 'quick' way, but you can do # cd /usr/ports/<category>/<portname> And, if the port is not installed on your system, you can do: # make package and it'll build and install the port on your machine, and put a binary package in /usr/ports/packages/All. -- Joshua Lokken Open Source Advocate _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"