summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-06-04 21:09:30 +0000
committerschwarz <schwarz@pkgsrc.org>2006-06-04 21:09:30 +0000
commitde1063e2b2fc007724b5a0ce0a0d2c5b7e0e2392 (patch)
treebbadaa3e0dcc8eda5f48c56e359298550b2b792a /textproc/scrollkeeper
parentef19a5e7db7275751e2c11139301ed7d35cb3afb (diff)
downloadpkgsrc-de1063e2b2fc007724b5a0ce0a0d2c5b7e0e2392.tar.gz
made sure auxiliary programs are later found even if ${LOCALBASE}/bin is
not in the shell's path
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index a199c052796..f0008c3f356 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:38 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2006/06/04 21:09:30 schwarz Exp $
#
DISTNAME= scrollkeeper-0.3.14
@@ -51,6 +51,21 @@ XML_ENTRIES+= public "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
XML_ENTRIES+= public "-//Open Source Metadata Framework (OMF) //DTD OMF.dtd V1.1//EN" \
${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
+SUBST_CLASSES+= sk-config sc-gtfd
+SUBST_STAGE.sk-config= post-patch
+SUBST_FILES.sk-config= scripts/scrollkeeper-get-index-from-docpath.in \
+ scripts/scrollkeeper-get-toc-from-docpath.in \
+ scripts/scrollkeeper-get-toc-from-id.in \
+ scripts/scrollkeeper-rebuilddb.in \
+ cl/src/get-cl.c \
+ cl/src/update.c \
+ cl/src/scrollkeeper-install.c \
+ cl/src/scrollkeeper-uninstall.c
+SUBST_SED.sk-config= -e s,scrollkeeper-config\ ,${PREFIX}/bin/scrollkeeper-config\ ,
+SUBST_STAGE.sc-gtfd= post-patch
+SUBST_FILES.sc-gtfd= libs/install.c
+SUBST_SED.sc-gtfd= -e s,scrollkeeper-get-toc-from-docpath\ ,${PREFIX}/bin/scrollkeeper-get-toc-from-docpath\ ,
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"