Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 14:12:17 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.port.mk
Message-ID:  <199810062112.OAA20139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/10/06 14:12:17 PDT

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  (1) Add new variable ${PERL} which is equal to ${PERL5} but without the
      version number part (i.e., "<directory>/perl").  Use this to
      substitute #! lines in your perl5 scripts.
  
  Requested and reviewed by:	ache
  
  (2) Add new variable WRKDIRPREFIX (defaults to "").  The "work"
      directories are now in ${WRKDIRPREFIX}${.CURDIR}/work by default.
      You can have a read-only ports tree (modulo any broken ports that
      write something to places other than ${WRKDIR}) by setting this to
      a writable location.
  
      Ports that set WRKDIR explicitly should append this to front so
      they will work when the user has WRKDIRPREFIX set.
  
  Reviewed by:	Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
  
  Revision  Changes    Path
  1.292     +11 -4     src/share/mk/bsd.port.mk



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