$NetBSD: patch-aa,v 1.4.6.1 2004/04/27 07:39:27 agc Exp $

--- Makefile.in.orig	2003-06-06 21:19:21.000000000 +0200
+++ Makefile.in
@@ -132,10 +132,10 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 localedir = @localedir@
 plugindir = @plugindir@
-SUBDIRS = intl src doc po sounds
+SUBDIRS = src doc po sounds
 DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
 DESKTOP = dopewars.desktop
-SCOREDIR = ${DESTDIR}${datadir}
+SCOREDIR = ${DESTDIR}${localstatedir}
 SCORE = ${SCOREDIR}/dopewars.sco
 EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec.in depcomp \
                  runindent.sh win32/Makefile win32/README win32/contid.h \
@@ -512,8 +512,6 @@ install-data-local:
 	@chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
 	  echo "Unable to change group ownership of the high score file"
 	chmod 0660 ${SCORE}
-	${mkinstalldirs} ${DESKTOPDIR}
-	${INSTALL} -m 0644 ${srcdir}/${DESKTOP} ${DESKTOPDIR}
 
 uninstall-local:
 	/bin/rm -f ${SCORE} ${DESKTOPDIR}/${DESKTOP}
