Date: Fri, 14 Nov 2014 12:04:56 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372559 - head/x11-wm Message-ID: <201411141204.sAEC4ush000752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 14 12:04:56 2014 New Revision: 372559 URL: https://svnweb.freebsd.org/changeset/ports/372559 QAT: https://qat.redports.org/buildarchive/r372559/ Log: x11-wm/Makefile: Fix sorting Apparently ports-mgmt/mkreadmes is delicate and can't handle mis-sorted category makefiles. PR: 194773 Submitted by: Craig Wiesen Modified: head/x11-wm/Makefile Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Fri Nov 14 11:40:20 2014 (r372558) +++ head/x11-wm/Makefile Fri Nov 14 12:04:56 2014 (r372559) @@ -107,8 +107,8 @@ SUBDIR += lwm SUBDIR += lxmed SUBDIR += lxsession - SUBDIR += matwm2 SUBDIR += marco + SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += musca
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411141204.sAEC4ush000752>