=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- xenocara/Makefile 2016/07/30 12:18:35 1.71 +++ xenocara/Makefile 2016/09/03 13:57:18 1.72 @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.71 2016/07/30 12:18:35 matthieu Exp $ +# $OpenBSD: Makefile,v 1.72 2016/09/03 13:57:18 matthieu Exp $ .include .include LOCALAPPD=/usr/local/lib/X11/app-defaults LOCALAPPX=/usr/local/lib/X11 REALAPPD=/etc/X11/app-defaults -XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf RM?=rm XSERVER= xserver @@ -101,14 +100,6 @@ release-install: @exec ${MAKE} bootstrap-root -.if ${MACHINE} == zaurus - @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \ - echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \ - else set -x; \ - ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \ - ${XCONFIG} ${DESTDIR}/etc/X11 ; \ - fi -.endif @exec ${MAKE} install dist-rel: