How to build package without installing it?

2005-12-10 Thread Francisco Reyes

What parameter(s) one needs to use to make a package without installing it?

I have some ports I installed on one machine and want to make packages to 
install in others. The default make package tries to install.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to build package without installing it?

2005-12-10 Thread Michael C. Shultz
On Saturday 10 December 2005 15:18, Francisco Reyes wrote:
 What parameter(s) one needs to use to make a package without installing it?

 I have some ports I installed on one machine and want to make packages to
 install in others. The default make package tries to install.

If the port is allready installed then use 
pkg_create -b {portname in var/db/pkg}
to make a package of it.

-Mike

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]