From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 21:21:15 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A26D1A66 for ; Thu, 10 Jan 2013 21:21:15 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7F2509A9 for ; Thu, 10 Jan 2013 21:21:15 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 10 Jan 2013 13:21:15 -0800 Message-ID: <50EF30C9.9050206@a1poweruser.com> Date: Thu, 10 Jan 2013 16:21:13 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: goksin.akdeniz@gmail.com Subject: Re: make install package? References: <50EF10DB.8070205@a1poweruser.com> <20130110211514.5fd7df427c41f473bca74bd3@gmail.com> In-Reply-To: <20130110211514.5fd7df427c41f473bca74bd3@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 10 Jan 2013 21:21:15.0838 (UTC) FILETIME=[6C75B5E0:01CDEF78] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 21:21:15 -0000 Gökşin Akdeniz wrote: > Thu, 10 Jan 2013 14:04:59 -0500 tarihinde > Fbsd8 yazmış: > >> What is the default path for the packages to be stored in? >> Is it /usr/packages? >> > > It is "/usr/ports/packages/All". > >> If that is indeed the default location, how do I get the >> "make install package" command put it there automatically? >> > > All packages will be stored > in /usr/ports/packages/All/relevant/sub/directory. There is no need > for any any configuration or files. "# make package" is the proper > command for building packages which are/is installed via ports. > Is the upcoming pkgng going to have any effect on this?