summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 22:10:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 22:10:11 +0000
commite681d15e0e1af1f34c23f81fc05a8e7475a44b62 (patch)
tree2ef7fc024fad0503718c7acbbbb11c2ed3bbc39b /x11
parentPlease bmake(1) (diff)
Fix a bug in glob matching (spotted by bmake(1))
Notes
Notes: svn path=/head/; revision=317162
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile
index a09c1f969afa..d7e84dcc4f42 100644
--- a/x11/xorg-apps/Makefile
+++ b/x11/xorg-apps/Makefile
@@ -42,7 +42,7 @@ ${comp:C/:.*//:C/.*\///:U}_DESC= Install ${comp:C/:.*//:C/.*\///} application
.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