Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 1997 17:12:20 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.port.mk
Message-ID:  <199706040012.RAA04104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1997/06/03 17:12:20 PDT

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  (1) Use the new BSD.x11.dist mtree file to create directories under
      /usr/X11R6 if USE_IMAKE or USE_X11 is set.  It is mostly designed
      after the XFree86 distribution, but also includes some of our own
      goodies (libexec, share/doc, etc/rc.d).
  
  (2) Full support for per-port dependency target.  An optional
      ":<target>" can be added to any of the *_DEPENDS variables.  Do
      not attempt to print out anything about dependencies if NO_DEPENDS
      is set (there was already too much code duplication, and this
      extra colon has really pushed it over the limit).
  Requested by: jfitz
  
  (3) Make "reinstal" pmake-safe.
  Reminded in an e-mail from: jkh
  
  Revision  Changes    Path
  1.258     +51 -55    src/share/mk/bsd.port.mk



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