From owner-freebsd-questions@FreeBSD.ORG Sun Jul 27 15:41:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D54D37B401 for ; Sun, 27 Jul 2003 15:41:16 -0700 (PDT) Received: from hm61.locaweb.com.br (hm61.locaweb.com.br [200.213.197.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E83643F3F for ; Sun, 27 Jul 2003 15:41:14 -0700 (PDT) (envelope-from freebsd@devegili.org) Received: (qmail 30602 invoked from network); 27 Jul 2003 22:37:50 -0000 Received: from hm20.locaweb.com.br (200.246.179.120) by hm61.locaweb.com.br with QMTP; 27 Jul 2003 22:37:50 -0000 Received: (qmail 4171 invoked from network); 27 Jul 2003 22:41:16 -0000 Received: from unknown (HELO ?192.168.0.2?) (freebsd@devegili.org@200.158.0.86) by hm20.locaweb.com.br with SMTP; 27 Jul 2003 22:41:16 -0000 From: Augusto Jun Devegili To: marlon corleone In-Reply-To: <20030727215420.12299.qmail@web10001.mail.yahoo.com> References: <20030727215420.12299.qmail@web10001.mail.yahoo.com> Content-Type: text/plain Message-Id: <1059345635.7735.7.camel@gandalf.middle.earth> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 27 Jul 2003 19:40:35 -0300 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: pkg_add help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 22:41:28 -0000 If it's a port, say, /usr/ports/security/nmap, you should: # cd /usr/ports/security/nmap # make install clean This will compile nmap and install it. Regards, Augusto Jun Devegili On Sun, 2003-07-27 at 18:54, marlon corleone wrote: > should it be in the ports directory when running > pkg_add? like usr/ports/security/packge > > say the package is in the security category > > or its ok to run in in my home directory or should it > be in ports directory? > > thanks