From owner-freebsd-questions Tue Apr 3 3: 2:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 79C6937B71E for ; Tue, 3 Apr 2001 03:02:36 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1008) id A69495B9D; Tue, 3 Apr 2001 04:02:34 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 914031C983; Tue, 3 Apr 2001 04:02:34 -0600 (MDT) Date: Tue, 3 Apr 2001 04:02:34 -0600 (MDT) From: FreeBSD To: Mike Meyer Cc: Subject: Re: Debian apt-get and FreeBSD In-Reply-To: <15049.34866.573264.741294@guru.mired.org> Message-ID: <20010403040206.M53097-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 3 Apr 2001, Mike Meyer wrote: > You can get the package name out of the port: > > su-2.04# pwd > /usr/ports/shells/bash1 > su-2.04# make -V PKGNAME > bash-1.14.7 > su-2.04# > > So the single command you want in the ports tree is: > > pkg_add -r `make -V PKGNAME` Ah, excellent. Thank you very much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message