diff options
Diffstat (limited to 'misc/celestia/patches/patch-ab')
-rw-r--r-- | misc/celestia/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/celestia/patches/patch-ab b/misc/celestia/patches/patch-ab new file mode 100644 index 00000000000..6755fac367e --- /dev/null +++ b/misc/celestia/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $ + +--- manual/Makefile.in.orig 2003-04-16 09:04:31.000000000 +0200 ++++ manual/Makefile.in 2003-05-07 23:38:16.000000000 +0200 +@@ -38,7 +38,7 @@ + build_triplet = @build@ + host_triplet = @host@ + target_triplet = @target@ +-pkgdatadir = @datadir@/@PACKAGE@/manual ++pkgdatadir = @datadir@/doc/html/@PACKAGE@/manual + ACLOCAL = @ACLOCAL@ + AMDEP_FALSE = @AMDEP_FALSE@ + AMDEP_TRUE = @AMDEP_TRUE@ |