[Midnightbsd-cvs] mports [17066] trunk/x11/xorg-apps/Makefile: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 22:59:56 EDT 2014


Revision: 17066
          http://svnweb.midnightbsd.org/mports/?rev=17066
Author:   laffer1
Date:     2014-09-13 22:59:56 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/x11/xorg-apps/Makefile

Modified: trunk/x11/xorg-apps/Makefile
===================================================================
--- trunk/x11/xorg-apps/Makefile	2014-09-14 02:57:58 UTC (rev 17065)
+++ trunk/x11/xorg-apps/Makefile	2014-09-14 02:59:56 UTC (rev 17066)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xorg-apps
 PORTVERSION=	7.7
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -9,10 +10,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	X.org apps meta-port
+
 LICENSE=	mit
 
-.MAKE.FreeBSD_UL=	yes
-
 COMPONENTS=	appres bitmap xf86dga:dga iceauth luit \
 		x11-fonts/mkfontdir:mkfontdir \
 		x11-fonts/mkfontscale:mkfontscale sessreg \
@@ -33,15 +33,15 @@
 		${TOUCH} ${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.mport.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



More information about the Midnightbsd-cvs mailing list