Date: Tue, 28 Dec 2004 12:37:58 -0600 From: Joshua Lokken <joshua.lokken@gmail.com> To: Tom Vilot <tom@vilot.com> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: local ports (Mozilla Calendar) Message-ID: <bc5b638504122810373920098d@mail.gmail.com> In-Reply-To: <41D1A0A6.4050709@vilot.com> References: <41D1A0A6.4050709@vilot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Dec 2004 11:06:30 -0700, Tom Vilot <tom@vilot.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc5b638504122810373920098d>