summaryrefslogtreecommitdiff
path: root/lang/chicken/patches/patch-aa
blob: d320363d6c20515ba63a1dd9fadabb09e6c690b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.9 2005/11/16 22:36:40 rillig Exp $

--- Makefile.am.orig	2005-07-12 15:56:39.000000000 +0200
+++ Makefile.am
@@ -254,8 +254,8 @@ pkgdata_DATA = chicken-match-macros.scm 
 
 # 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)
 
 chicken.html: chicken.texi