$NetBSD: patch-ac,v 1.3 2002/12/22 17:05:52 jmmv Exp $

--- etc/Makefile.orig	Fri Dec 29 19:06:28 2000
+++ etc/Makefile
@@ -13,12 +13,6 @@ subdist:: all
 include ../Makefile.rules
 
 install::
-	@echo Installing xmp.conf and xmp-modules.conf in $(DEST_DIR)...
-	@if [ -f $(DEST_DIR)/etc/xmp.conf ]; then \
-	    mv -f $(DEST_DIR)/etc/xmp.conf $(DEST_DIR)/etc/xmp.conf.old; \
-	fi
-	@if [ -f $(DEST_DIR)/etc/xmp-modules.conf ]; then \
-	    mv -f $(DEST_DIR)/etc/xmp-modules.conf $(DEST_DIR)/etc/xmp-modules.conf.old; \
-	fi
-	$(INSTALL) -m644 xmp.conf xmp-modules.conf $(DEST_DIR)/etc
+	@echo Installing xmp.conf and xmp-modules.conf in $(datadir)/examples/xmp...
+	$(INSTALL) -m644 xmp.conf xmp-modules.conf $(datadir)/examples/xmp
 
