From owner-cvs-ports@FreeBSD.ORG Fri Feb 24 13:08:33 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C53B1065673; Fri, 24 Feb 2012 13:08:33 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 189AE8FC15; Fri, 24 Feb 2012 13:08:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1OD8WRc062502; Fri, 24 Feb 2012 13:08:32 GMT (envelope-from avilla@repoman.freebsd.org) Received: (from avilla@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1OD8W5M062501; Fri, 24 Feb 2012 13:08:32 GMT (envelope-from avilla) Message-Id: <201202241308.q1OD8W5M062501@repoman.freebsd.org> From: Alberto Villa Date: Fri, 24 Feb 2012 13:08:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.kde4.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 13:08:33 -0000 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