$NetBSD$

--- Makefile.in.orig	2006-02-15 22:53:42.000000000 +0100
+++ Makefile.in
@@ -307,7 +307,6 @@ noinst_DATA = \
 
 
 pkgdata_DATA = \
-	celestia.cfg \
 	controls.txt \
 	COPYING \
 	$(wildcard *.cel)
@@ -848,7 +847,7 @@ dist-hook:
 
 install-data-hook:
 	if [ "$(kde_datadir)" -a -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
-		mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
+		mv -f $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
 		rmdir $(kde_datadir)/@PACKAGE@ ; \
 	fi
 	if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
