Date: Tue, 28 Jan 2003 21:55:25 -0600 (CST) From: "Scott A. Moberly" <smoberly@karamazov.org> To: <dtayl@rocketmail.com> Cc: <freebsd-ports@freebsd.org> Subject: Re: Creating package in private area Message-ID: <4463.10.0.0.2.1043812525.squirrel@mail.karamazov.org> In-Reply-To: <20030129033813.19088.qmail@web41308.mail.yahoo.com> References: <4197.10.0.0.2.1043810223.squirrel@mail.karamazov.org> <20030129033813.19088.qmail@web41308.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> cp -r /usr/ports/emulators/kmamerun ~/testpackage >> cd ~/testpackage >> make >> sudo make install > > This installs in /usr/local (that's why "sudo" is needed). > I would like to install in ~/testpackage/destdir, e.g. (so > no "sudo" is needed). And then do "pkg_add kmamerun" and > have its files created in /usr/local. I see... There are a few ways you could do this: make DESTDIR=~/testpackage/destdir # test package make deinstall make package # distibute (I'm assuming that is your intent) or, use MASTER/SLAVE modes in pkg_add to modify the package once you are plased with the result -- Scott A. Moberly smoberly@karamazov.org Tupper's Political Postulate He who walks astride the fence has few directions from which to choose. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4463.10.0.0.2.1043812525.squirrel>