$NetBSD: patch-aa,v 1.10 2006/10/10 15:04:38 obache Exp $

--- Makefile.am.orig	Mon Jul 17 19:18:42 2006
+++ Makefile.am
@@ -254,8 +254,8 @@ regex.exports: $(regexexports)
 
 # Install docs and sources.
 install-data-local : chicken.html
-	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc
-	-for file in $(DOCFILES); do cp $(srcdir)/$$file $(DESTDIR)$(pkgdatadir)/doc; done
+	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/chicken
+	-for file in $(DOCFILES); do cp $(srcdir)/$$file $(DESTDIR)$(prefix)/share/doc/chicken; done
 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir)/$(BINARY_VERSION)
 
 chicken.html: chicken.texi
