Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2012 13:08:32 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.kde4.mk
Message-ID:  <201202241308.q1OD8W5M062501@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avilla      2012-02-24 13:08:32 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.kde4.mk 
  Log:
  - Fix definition of PREFIX and NO_MTREE.
  
  As noted in the file, PREFIX and NO_MTREE need to be defined in the
  pre-makefile section, as PREFIX is checked prior to the end of the
  section (in bsd.port.mk), and NO_MTREE in the post-makefile section
  (in bsd.port.mk and other *.mk files).
  
  The "error" (it was actually an annoyance, but could have been worse)
  was triggered when updating KDE ports using the new WITH_PKGNG switch
  (bsd.pkgng.mk, also bugged in a similar way at the time, resolved the
  value of NO_MTREE prior to its definition in bsd.kde4.mk).
  
  Revision  Changes    Path
  1.126     +12 -11    ports/Mk/bsd.kde4.mk



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