From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 00:50:56 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87A9A1065670 for ; Fri, 25 Jun 2010 00:50:56 +0000 (UTC) (envelope-from fbsd1@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 767CC8FC08 for ; Fri, 25 Jun 2010 00:50:56 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.102]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 24 Jun 2010 17:50:56 -0700 Message-ID: <4C23FD6E.10702@a1poweruser.com> Date: Fri, 25 Jun 2010 08:50:54 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jun 2010 00:50:56.0328 (UTC) FILETIME=[786EE480:01CB1400] X-Sender: fbsd1@a1poweruser.com Cc: Subject: pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 00:50:56 -0000 I checked the pkg_add manpage for where does pkg_add look for the named pkg distribution file? It says the env PKG_PATH holds it but env command does not show that variable. Is it /usr/packages or /usr/ports/packages? How can I see the value of PKG_PATH? What is the path of where the pkg distribution file are suppose to reside.