summaryrefslogtreecommitdiff
path: root/x11/xorg-apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xorg-apps/Makefile')
-rw-r--r--x11/xorg-apps/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile
index b0710c24e8c2..2146800c2609 100644
--- a/x11/xorg-apps/Makefile
+++ b/x11/xorg-apps/Makefile
@@ -10,8 +10,6 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.org apps meta-port
-.MAKE.FreeBSD_UL= yes
-
COMPONENTS= appres bitmap xf86dga:dga iceauth luit \
x11-fonts/mkfontdir:mkfontdir \
x11-fonts/mkfontscale:mkfontscale sessreg \
@@ -32,15 +30,15 @@ do-install:
${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/apps
.for comp in ${COMPONENTS}
-OPTIONS_DEFINE+= ${comp:C/:.*//:C/.*\///:U}
-OPTIONS_DEFAULT+= ${comp:C/:.*//:C/.*\///:U}
-${comp:C/:.*//:C/.*\///:U}_DESC= Install ${comp:C/:.*//:C/.*\///} application
+OPTIONS_DEFINE+= ${comp:C/:.*//:C/.*\///:tu}
+OPTIONS_DEFAULT+= ${comp:C/:.*//:C/.*\///:tu}
+${comp:C/:.*//:C/.*\///:tu}_DESC= Install ${comp:C/:.*//:C/.*\///} application
.endfor
.include <bsd.port.options.mk>
.for comp in ${COMPONENTS}
-. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
+. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:tu}}
. if ${comp:M*\:*}==""
port=${comp}
check=${comp:C/.*\///} # doesn't work