Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 01:43:49 -0800 (PST)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/penv Makefile distinfo
Message-ID:  <200110300943.f9U9hnj17578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110300943.f9U9hnj17578>