e0e0f39489
Tuxkart is a simple Go-Kart racing game, similar in style to MarioKart. Based on a submission from Gallon Sylvestre (MAINTAINER)
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
$OpenBSD: patch-fonts_Makefile_in,v 1.1.1.1 2008/11/10 22:11:36 ajacoutot Exp $
|
|
--- fonts/Makefile.in.orig Sun Nov 9 12:39:33 2008
|
|
+++ fonts/Makefile.in Sun Nov 9 12:39:43 2008
|
|
@@ -77,7 +77,7 @@ am__include = @am__include@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
|
|
-pkgdatadir = $(datadir)/games/@PACKAGE@/fonts
|
|
+pkgdatadir = $(datadir)/@PACKAGE@/fonts
|
|
|
|
pkgdata_DATA = $(wildcard *.txf)
|
|
|