cvs commit: ports/Mk bsd.port.mk

Kris Kennaway kris at FreeBSD.org
Mon Apr 19 16:39:53 PDT 2004


kris        2004/04/19 16:39:52 PDT

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  Two bugfixes:
  
  * Move the add-plist-info target after post-install, so that ports that
    install their info files in the post-install phase will have them
    correctly registered in the plist.
  
  * all-depends-list was too aggressive: it should only include the
    run-depends of the ports upon which it depends, plus the
    non-runtime dependencies of the port itself.  Previously it was also
    including the non-runtime (e.g. BUILD, EXTRACT, FETCH) dependencies of
    the ports upon which it depends, which are irrelevant.
  
  Revision  Changes    Path
  1.488     +3 -3      ports/Mk/bsd.port.mk


More information about the cvs-all mailing list