svn commit: r317162 - head/x11/xorg-apps
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 2 22:10:11 UTC 2013
Author: bapt
Date: Thu May 2 22:10:11 2013
New Revision: 317162
URL: http://svnweb.freebsd.org/changeset/ports/317162
Log:
Fix a bug in glob matching (spotted by bmake(1))
Modified:
head/x11/xorg-apps/Makefile
Modified: head/x11/xorg-apps/Makefile
==============================================================================
--- head/x11/xorg-apps/Makefile Thu May 2 22:06:50 2013 (r317161)
+++ head/x11/xorg-apps/Makefile Thu May 2 22:10:11 2013 (r317162)
@@ -42,7 +42,7 @@ ${comp:C/:.*//:C/.*\///:U}_DESC= Install
.for comp in ${COMPONENTS}
. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
-. if ${comp:M:}==""
+. if ${comp:M*\:*}==""
port=${comp}
check=${comp:C/.*\///} # doesn't work
. else
More information about the svn-ports-all
mailing list