e0e0f39489
Tuxkart is a simple Go-Kart racing game, similar in style to MarioKart. Based on a submission from Gallon Sylvestre (MAINTAINER)
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2008/11/10 22:11:36 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Sun Nov 9 12:38:57 2008
|
|
+++ src/Makefile.in Sun Nov 9 12:39:09 2008
|
|
@@ -76,7 +76,7 @@ am__include = @am__include@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
|
|
-bindir = $(prefix)/games
|
|
+bindir = @bindir@
|
|
|
|
bin_PROGRAMS = tuxkart
|
|
|