diff options
author | jmc <jmc> | 2002-03-10 09:45:13 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-03-10 09:45:13 +0000 |
commit | 25350e9b6dc93b4442fbcc102e392dd996027d59 (patch) | |
tree | ea57575355a653d19dc9e1cd6039b073fb883617 /games/xracer/patches | |
parent | 34dbd9bea96dc190b555c80bda06e0fe4434398f (diff) | |
download | pkgsrc-25350e9b6dc93b4442fbcc102e392dd996027d59.tar.gz |
Make sure AUTHORS gets installed into share/doc and not just doc
Diffstat (limited to 'games/xracer/patches')
-rw-r--r-- | games/xracer/patches/patch-an | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-an b/games/xracer/patches/patch-an new file mode 100644 index 00000000000..a050e9a0f40 --- /dev/null +++ b/games/xracer/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2002/03/10 09:45:13 jmc Exp $ + +--- Makefile.in.orig Sun Mar 10 09:43:38 2002 ++++ Makefile.in Sun Mar 10 09:43:55 2002 +@@ -122,7 +122,7 @@ + + 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 |