cvs commit: ports/Mk bsd.kde4.mk
Alberto Villa
avilla at FreeBSD.org
Fri Feb 24 13:08:33 UTC 2012
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
More information about the cvs-all
mailing list