summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-03-08 15:55:32 +0000
committerwiz <wiz@pkgsrc.org>2009-03-08 15:55:32 +0000
commit7972034332eb39153af4182bda91f0d9e98203c7 (patch)
treeb8f41a7bae154c7608a6e72647662edf356f2b27
parentd722e90c48d81320dcce153ba78b7f90d3c6cd53 (diff)
downloadpkgsrc-7972034332eb39153af4182bda91f0d9e98203c7.tar.gz
Update section about scrollkeeper.
-rw-r--r--doc/guide/files/fixes.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index ae6564257a6..5a259cd8d0f 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.97 2009/03/08 15:55:32 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1578,17 +1578,17 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
<sect2 id="scrollkeeper-data-files">
- <title>Packages installing scrollkeeper data files</title>
+ <title>Packages installing scrollkeeper/rarian data files</title>
<para>If a package installs <filename>.omf</filename> files, used by
- scrollkeeper, you need to take some extra steps to make sure they
+ scrollkeeper/rarian, you need to take some extra steps to make sure they
get registered in the database:</para>
<orderedlist>
<listitem>
<para>Include
- <filename>../../textproc/rarian/omf.mk</filename>
- instead of its <filename>buildlink3.mk</filename> file. This
+ <filename>../../mk/omf-scrollkeeper.mk</filename>
+ instead of rarian's <filename>buildlink3.mk</filename> file. This
takes care of rebuilding the scrollkeeper database at
installation and deinstallation time, and disallows any access
to it directly from the package.</para>
@@ -1602,7 +1602,8 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
<listitem>
<para>Remove the <filename>share/omf</filename> directory from
- the PLIST. It will be handled by scrollkeeper.</para>
+ the PLIST. It will be handled by rarian. (<command>make
+ print-PLIST</command> does this automatically.)</para>
</listitem>
</orderedlist>
</sect2>