diff options
author | khorben <khorben@pkgsrc.org> | 2015-07-09 22:36:47 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-07-09 22:36:47 +0000 |
commit | 07e7fee760219214c3c36709557a7c058907e135 (patch) | |
tree | ce95509240a1bd1f4c8f8ea23bd78afbc8b581b7 /x11 | |
parent | 93c1b2ab880f927b94a121bc9540ea0a2b3b6f92 (diff) | |
download | pkgsrc-07e7fee760219214c3c36709557a7c058907e135.tar.gz |
Fix build with the "dtrace" option enabled
Patch from richard@, thanks!
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-xephyr/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile index 91a059e1299..4437c61ff58 100644 --- a/x11/modular-xorg-xephyr/Makefile +++ b/x11/modular-xorg-xephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/07/07 21:51:22 khorben Exp $ +# $NetBSD: Makefile,v 1.4 2015/07/09 22:36:47 khorben Exp $ DISTNAME= xorg-server-${XORG_VERSION} PKGNAME= modular-xorg-xephyr-${XORG_VERSION} @@ -20,6 +20,9 @@ CONFIGURE_ARGS+= --disable-xvfb post-install: ${RM} ${DESTDIR}${PREFIX}/lib/xorg/protocol.txt ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Xserver.1 + if [ -f ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml ]; then \ + ${RM} ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml; \ + fi .include "../../x11/modular-xorg-server/options.mk" |