summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 22:08:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 22:08:14 +0000
commit797ca128e5a9bf0f758092f4a86d7c7106a2d7be (patch)
tree4f135bd3facb6c7d9265c22e803aa0d75c236729
parentUpdate the calendar to the official version of the software that comes with (diff)
Allow the XML catalogs to be built if BATCH is defined.
Reported by: Hung Michael Nguyen <nguyenhm16@mac.com>
Notes
Notes: svn path=/head/; revision=73748
-rw-r--r--textproc/scrollkeeper/Makefile2
-rw-r--r--textproc/scrollkeeper/files/patch-configure4
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index 0d25cbcd6113..f4f6933a3f5d 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -76,7 +76,7 @@ post-patch:
${WRKSRC}/libs/Makefile.in
pre-configure:
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(PACKAGE_BUILDING)
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
diff --git a/textproc/scrollkeeper/files/patch-configure b/textproc/scrollkeeper/files/patch-configure
index a15f7c66a4cc..1392a0cc525a 100644
--- a/textproc/scrollkeeper/files/patch-configure
+++ b/textproc/scrollkeeper/files/patch-configure
@@ -15,8 +15,8 @@
- echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6
-echo "configure:6282: checking for docbook-dtd412-xml" >&5
- if xmlcatalog /etc/xml/catalog "-//OASIS//DTD DocBook XML V4.1.2//EN" | grep "No entry" >/dev/null ; then
-+ echo $ac_n "checking for docbook-dtd42-xml""... $ac_c" 1>&6
-+echo "configure:6282: checking for docbook-dtd42-xml" >&5
++ echo $ac_n "checking for docbook-dtd412-xml""... $ac_c" 1>&6
++echo "configure:6282: checking for docbook-dtd412-xml" >&5
+ if test ! -f $LOCALBASE/share/sk/docbook/catalog ; then
echo "* ERROR * "
echo " "