7b369cf504
This is largely a bugfix release, fixing a server DOS and some minor bugs in the text-mode client.
22 lines
784 B
Text
22 lines
784 B
Text
$NetBSD: patch-aa,v 1.6 2004/11/05 09:44:33 adam Exp $
|
|
|
|
--- Makefile.in.orig 2004-10-25 07:05:33.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -224,7 +224,7 @@ target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-SUBDIRS = intl src doc po sounds
|
|
+SUBDIRS = src doc po sounds
|
|
DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
|
|
DESKTOP = dopewars.desktop
|
|
SCOREDIR = ${DESTDIR}${localstatedir}
|
|
@@ -673,8 +673,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}
|