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 | d793f1c7cc014b59ede94f9402f9d5f248d057cd (patch) | |
tree | ce95509240a1bd1f4c8f8ea23bd78afbc8b581b7 /x11 | |
parent | 3258f33cef75514e4ce1fd4585ce8f0a430ee8e0 (diff) | |
download | pkgsrc-d793f1c7cc014b59ede94f9402f9d5f248d057cd.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" |