summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-04 18:00:58 +0000
committerwiz <wiz@pkgsrc.org>2009-01-04 18:00:58 +0000
commit7a074817c77c241145fe88d915676864fd7b57b9 (patch)
treecc54a699c1856b06ed92aefa844e4c63b8c5441a /doc
parentb32f155f2d0752414716d196868a7ae629733792 (diff)
downloadpkgsrc-7a074817c77c241145fe88d915676864fd7b57b9.tar.gz
Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/fixes.xml4
-rw-r--r--doc/pkgsrc.html2
-rw-r--r--doc/pkgsrc.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 472f9c0d555..31efb66a63d 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.94 2008/06/22 15:22:44 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.95 2009/01/04 18:00:59 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1590,7 +1590,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
<orderedlist>
<listitem>
<para>Include
- <filename>../../textproc/scrollkeeper/omf.mk</filename>
+ <filename>../../textproc/rarian/omf.mk</filename>
instead of its <filename>buildlink3.mk</filename> file. This
takes care of rebuilding the scrollkeeper database at
installation and deinstallation time, and disallows any access
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html
index f181469e14f..91e975b65f1 100644
--- a/doc/pkgsrc.html
+++ b/doc/pkgsrc.html
@@ -8959,7 +8959,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
get registered in the database:</p>
<div class="orderedlist"><ol type="1">
<li><p>Include
- <code class="filename">../../textproc/scrollkeeper/omf.mk</code>
+ <code class="filename">../../textproc/rarian/omf.mk</code>
instead of its <code class="filename">buildlink3.mk</code> file. This
takes care of rebuilding the scrollkeeper database at
installation and deinstallation time, and disallows any access
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 78f47b6576e..03c6e7c4e5a 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -7506,7 +7506,7 @@ take some extra steps to make sure they get registered in the database:
If a package installs .omf files, used by scrollkeeper, you need to take some
extra steps to make sure they get registered in the database:
- 1. Include ../../textproc/scrollkeeper/omf.mk instead of its buildlink3.mk
+ 1. Include ../../textproc/rarian/omf.mk instead of its buildlink3.mk
file. This takes care of rebuilding the scrollkeeper database at
installation and deinstallation time, and disallows any access to it
directly from the package.