From owner-cvs-ports Thu Feb 1 00:39:15 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06765 for cvs-ports-outgoing; Thu, 1 Feb 1996 00:39:15 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA06758 Thu, 1 Feb 1996 00:39:11 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id AAA02132; Thu, 1 Feb 1996 00:39:00 -0800 (PST) Date: Thu, 1 Feb 1996 00:39:00 -0800 (PST) Message-Id: <199602010839.AAA02132@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <4731.823163544@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: ports/print/ghostview/pkg PLIST From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk * 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. Wow, extract-in-place! Didn't know that! BTW, I know @cwd is not completely useless, it is still required for things like multi-tree packages (e.g., ImageMagick). But for most ports, @cwd, @mode, @owner etc. are not necessary and just confuse new porters. Some day I'll go through the entire ports tree and get rid of all of them.... :) Satoshi