pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper Fix fatal typo that avoided upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c0eee9cb55
branches:  trunk
changeset: 470237:93c0eee9cb55
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 07 11:53:00 2004 +0000

description:
Fix fatal typo that avoided updates of the database (resulting in no
documentation available from yelp, for example).

diffstat:

 textproc/scrollkeeper/omf.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2ec2f0ae9b8c -r 93c0eee9cb55 textproc/scrollkeeper/omf.mk
--- a/textproc/scrollkeeper/omf.mk      Sun Mar 07 11:51:48 2004 +0000
+++ b/textproc/scrollkeeper/omf.mk      Sun Mar 07 11:53:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: omf.mk,v 1.4 2004/02/12 10:20:33 jlam Exp $
+# $NetBSD: omf.mk,v 1.5 2004/03/07 11:53:00 jmmv Exp $
 #
 # This Makefile fragment is intended to be included by packages that install
 # OMF files.  It takes care of registering them in scrollkeeper's global
@@ -7,7 +7,7 @@
 # The following variables are automatically defined for free use in packages:
 #    SCROLLKEEPER_DATADIR   - scrollkeeper's data directory.
 #    SCROLLKEEPER_REBUILDDB - scrollkeeper-rebuilddb binary program.
-#    SCROLLKEEPER_UPDATEDB  - scrollkeeper-updatedb binary program.
+#    SCROLLKEEPER_UPDATEDB  - scrollkeeper-update binary program.
 #
 
 .if !defined(SCROLLKEEPER_OMF_MK)
@@ -20,7 +20,7 @@
 
 # scrollkeeper binary programs.
 SCROLLKEEPER_REBUILDDB=        ${BUILDLINK_PREFIX.scrollkeeper}/bin/scrollkeeper-rebuilddb
-SCROLLKEEPER_UPDATEDB= ${BUILDLINK_PREFIX.scrollkeeper}/bin/scrollkeeper-updatedb
+SCROLLKEEPER_UPDATEDB= ${BUILDLINK_PREFIX.scrollkeeper}/bin/scrollkeeper-update
 
 USE_PKGINSTALL=                YES
 INSTALL_EXTRA_TMPL+=   ${.CURDIR}/../../textproc/scrollkeeper/files/install.tmpl



Home | Main Index | Thread Index | Old Index