Module Name:    src
Committed By:   mrg
Date:           Wed Aug  3 02:55:30 UTC 2011

Modified Files:
        src/external/mit/xorg/bin/x11perf: Makefile

Log Message:
updates for x11perf 1.5.4


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/x11perf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/x11perf/Makefile
diff -u src/external/mit/xorg/bin/x11perf/Makefile:1.1.1.1 src/external/mit/xorg/bin/x11perf/Makefile:1.2
--- src/external/mit/xorg/bin/x11perf/Makefile:1.1.1.1	Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/x11perf/Makefile	Wed Aug  3 02:55:30 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2011/08/03 02:55:30 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,10 +12,12 @@
 
 MAN=	Xmark.1 x11perf.1 x11perfcomp.1
 
-BUILDSYMLINKS=	x11pcomp.cpp x11perfcomp.cpp
+x11perfcomp: x11perfcomp.in
+	${TOOL_SED} \
+		-e "s,@x11perfcompdir@,${X11LIBDIR}/x11perfcomp,;" \
+		-e "s,@MKTEMP@,/usr/bin/mktemp,;" \
+		< ${.ALLSRC} > ${.TARGET}
 
-CPPSCRIPTS=		x11perfcomp
-CPPSCRIPTFLAGS=		-DLIBPATH=${X11LIBDIR}/x11perfcomp
 SCRIPTS=		x11perfcomp Xmark \
 			fillblnk perfboth perfratio
 SCRIPTSDIR_fillblnk.sh=	${X11LIBDIR}/x11perfcomp
@@ -28,6 +30,7 @@
 DPADD+=	${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH:	${X11SRCDIR.${PROG}}
+.PATH:	${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>

Reply via email to