aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xorg-apps
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 06:10:11 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 06:10:11 +0800
commite681d15e0e1af1f34c23f81fc05a8e7475a44b62 (patch)
tree2ef7fc024fad0503718c7acbbbb11c2ed3bbc39b /x11/xorg-apps
parente6caff56edd7bc234eda33bc4e2d484638a37bac (diff)
downloadfreebsd-ports-gnome-e681d15e0e1af1f34c23f81fc05a8e7475a44b62.tar.gz
freebsd-ports-gnome-e681d15e0e1af1f34c23f81fc05a8e7475a44b62.tar.zst
freebsd-ports-gnome-e681d15e0e1af1f34c23f81fc05a8e7475a44b62.zip
Fix a bug in glob matching (spotted by bmake(1))
Diffstat (limited to 'x11/xorg-apps')
-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