aboutsummaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 07:29:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 07:29:57 +0000
commit2ce3e3727b982d27f1d78d199bd44a377171cfd5 (patch)
tree2359b57d51fee26569551cb08f4f571679cf0e13 /textproc/scrollkeeper
parent3df92522a4db282af8a2aee8883f14185d2559bf (diff)
downloadports-2ce3e3727b982d27f1d78d199bd44a377171cfd5.tar.gz
ports-2ce3e3727b982d27f1d78d199bd44a377171cfd5.zip
Notes
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/pkg-install8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/scrollkeeper/pkg-install b/textproc/scrollkeeper/pkg-install
index f31b77d36d95..12d878fdb37c 100644
--- a/textproc/scrollkeeper/pkg-install
+++ b/textproc/scrollkeeper/pkg-install
@@ -32,7 +32,7 @@ fi
#
# find the prefix for DocBook DTD
#
-found=`find ${PREFIX}/ -name docbookx.dtd 2> /dev/null`
+found=`find ${PREFIX}/ -follow -name docbookx.dtd 2> /dev/null`
if [ "$found" = "" ] ; then
echo could not locate docbookx.dtd for DocBook XML
exit 1
@@ -103,8 +103,7 @@ xmlcatalog --noout --add "delegateURI" \
# find the prefix for ISO DocBook entities
#
top=`dirname $docbookdir`
-found=`find $top -iname "iso*amsb.ent" 2> /dev/null`
-found=`find ${PREFIX}/ -iname "iso*amsb.ent" 2> /dev/null`
+found=`find ${PREFIX}/ -follow -iname "iso*amsb.ent" 2> /dev/null`
if [ "$found" = "" ] ; then
echo could not locate iso-amsb.ent of ISO DocBook entities
exit 1
@@ -192,8 +191,7 @@ xmlcatalog --noout --add "delegatePublic" \
# find the prefix for XSLT stylesheets
#
top=`dirname $docbookdir`
-found=`find $top -name chunk.xsl 2> /dev/null`
-found=`find ${PREFIX}/ -name chunk.xsl 2> /dev/null`
+found=`find ${PREFIX}/ -follow -name chunk.xsl 2> /dev/null`
if [ "$found" = "" ] ; then
echo could not locate chunk-common.xsl of DocBook XSLT stylesheets
exit 1