mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
595 B
Plaintext
19 lines
595 B
Plaintext
$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
|