From 199e43447eba1a0393512da37310930eb77114bc Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 2 May 2013 22:10:11 +0000 Subject: Fix a bug in glob matching (spotted by bmake(1)) --- x11/xorg-apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11') 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 -- cgit