pkgsrc/games/xracer/patches/patch-an
wiz 6601fd212f Do not install fr locale file -- it is not a translation, and made trouble
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
2006-02-28 17:45:55 +00:00

18 lines
595 B
Text

$NetBSD: patch-an,v 1.2 2006/02/28 17:45:55 wiz Exp $
--- Makefile.in.orig 2000-03-20 21:13:01.000000000 +0000
+++ Makefile.in
@@ -118,11 +118,11 @@ l = @l@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = include src XRacer tools tracks craft data doc intl po # test
+SUBDIRS = include src XRacer tools tracks craft data doc intl # po test
EXTRA_DIST = Reconf Release.in xracer.spec
-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
+docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
doc_DATA = AUTHORS
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs