From owner-freebsd-ports Sun Jan 10 17:46:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13489 for freebsd-ports-outgoing; Sun, 10 Jan 1999 17:46:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13484 for ; Sun, 10 Jan 1999 17:46:04 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id TAA12478; Sun, 10 Jan 1999 19:45:17 -0600 (CST) Date: Sun, 10 Jan 1999 19:45:17 -0600 (CST) From: Steve Price To: Mike Meyer cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9422 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 10 Jan 1999, Mike Meyer wrote: # Nope - I'm not setting it at all. Like I said, I don't deal with # packages very often. # # Having played with it, it looks like the command in the docs should # be: # # PKG_PATH=`pwd` pkg_add `make package-name` # # for sh users, anyway. Either that, or a step needs to be added to copy # the package file created by "make package" to the right place. Or # maybe just clarifying this, so that when you get people who don't deal # with packages submitting ports, it avoids the problem. How about the attached patch for the handbook? -steve Index: porting.sgml =================================================================== RCS file: /u/FreeBSD/cvs/doc/handbook/porting.sgml,v retrieving revision 1.120 diff -u -r1.120 porting.sgml --- porting.sgml 1999/01/01 12:15:49 1.120 +++ porting.sgml 1999/01/11 01:43:13 @@ -182,7 +182,7 @@ make install make package make deinstall - pkg_add `make package-name` + PKG_PATH=`pwd` pkg_add `make package-name` make deinstall make reinstall make package @@ -191,7 +191,10 @@ PKG_PATH to /usr/ports/package/All. + See the manpage for pkg_add(1) for more details. Checking your port with portlint To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message