svn commit: r372559 - head/x11-wm
John Marino
marino at FreeBSD.org
Fri Nov 14 12:04:57 UTC 2014
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
More information about the svn-ports-all
mailing list