e0c592da01
Mark directories used by chiken's own package `egg' as OWN_DIRS so that keep eggs when updating this package.
15 lines
613 B
Text
15 lines
613 B
Text
$NetBSD: patch-ab,v 1.8 2006/10/10 15:04:38 obache Exp $
|
|
|
|
--- Makefile.in.orig Mon Jul 17 19:18:42 2006
|
|
+++ Makefile.in
|
|
@@ -1651,8 +1651,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
|