Index: x11/xorg-apps/Makefile =================================================================== --- x11/xorg-apps/Makefile (revision 532747) +++ x11/xorg-apps/Makefile (working copy) @@ -25,7 +25,15 @@ .for comp in ${COMPONENTS} OPTIONS_DEFINE+= ${comp:C/:.*//:C/.*\///:tu} OPTIONS_DEFAULT+= ${comp:C/:.*//:C/.*\///:tu} -${comp:C/:.*//:C/.*\///:tu}_DESC= Install ${comp:C/:.*//:C/.*\///} application +. if ${comp:M*\:*}=="" +port=${comp} +. else +port=${comp:C/:.*//} +. endif +. if ${port:M*/*}!="" +port:=../${port} +. endif +${comp:C/:.*//:C/.*\///:tu}_DESC!= ${MAKE} -C ../${port} -V COMMENT .endfor .include