Date: Mon, 8 May 2000 15:21:18 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Message-ID: <200005082221.PAA22946@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb         2000/05/08 15:21:18 PDT
  Modified files:
    release              Makefile 
  Log:
  Add a DOCDISTFILES variable to point to a directory containing the
  distfiles to build the docproj port during release.  Prior to this, the
  distfiles were copied froom ${DISTFILES}.  However, if like me, you needed
  to store the distfiles in some directory other than /usr/ports/distfiles,
  for example /usr/docdistfiles, then when you overrode ${DISTFILES} it broke
  the release build when it tried to build docproj port in the chroot'd
  release area.  To preserve backwards compatibility, DOCDISTFILES defaults
  to the value of DISTFILES.
  
  Ok'd by:	jkh
  
  Revision  Changes    Path
  1.541     +5 -4      src/release/Makefile
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?200005082221.PAA22946>
