From owner-cvs-ports Thu Feb 1 00:32:30 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06375 for cvs-ports-outgoing; Thu, 1 Feb 1996 00:32:30 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA06366 Thu, 1 Feb 1996 00:32:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.3/8.6.9) with SMTP id AAA04734; Thu, 1 Feb 1996 00:32:24 -0800 (PST) To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/print/ghostview/pkg PLIST In-reply-to: Your message of "Thu, 01 Feb 1996 00:06:05 PST." <199602010806.AAA04522@freefall.freebsd.org> Date: Thu, 01 Feb 1996 00:32:24 -0800 Message-ID: <4731.823163544@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk > Delete "@cwd /usr/X386" (another example why @cwd is completely useless) > and add the man page. Fixes PR misc/985. Actually, not *completely* useless. You know we have an @option directive for doing an in-place extract, right? @option extract-in-place @cwd /usr/local bin/emacs lib/... Would, for example, turn the bloated emacs package into something not requiring any temporary space to extract.. I think in this case it's not so much a question of useless options as it is undocumented ones. :-) The following @cwd is mandatory with extract-in-place. You aren't allowed to override the prefix of an extract-in-place package. Jordan