From owner-cvs-all Tue Oct 30 1:43:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 125D637B407; Tue, 30 Oct 2001 01:43:49 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U9hnj17578; Tue, 30 Oct 2001 01:43:49 -0800 (PST) (envelope-from roam) Message-Id: <200110300943.f9U9hnj17578@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 30 Oct 2001 01:43:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/penv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/30 01:43:49 PST Modified files: sysutils/penv Makefile distinfo Log: Update to 1.1pre1, which introduces the -p option to only display the path to the environment directory to be used. This allows you to do neat things like: [roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p` [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4 [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L JADETEX=no A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install ..and watch the port build fly! Revision Changes Path 1.4 +1 -2 ports/sysutils/penv/Makefile 1.3 +1 -1 ports/sysutils/penv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message