summaryrefslogtreecommitdiff
path: root/textproc/xerces-c27
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-10-27 11:06:27 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-10-27 11:06:27 +0000
commit925bc61460b2b11bc78fa732bb7f36edcd8c2f5f (patch)
tree03fd5e68d3f4e58027387982e4d29e3c480eb79e /textproc/xerces-c27
parentCommit forgotten patch (resurrected). (diff)
Fix package building.
Submitted by: maintainer Noticed by: cluster/kris
Notes
Notes: svn path=/head/; revision=120304
Diffstat (limited to 'textproc/xerces-c27')
-rw-r--r--textproc/xerces-c27/scripts/check-config-options8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xerces-c27/scripts/check-config-options b/textproc/xerces-c27/scripts/check-config-options
index ad49dd3b1c0a..4c2701570194 100644
--- a/textproc/xerces-c27/scripts/check-config-options
+++ b/textproc/xerces-c27/scripts/check-config-options
@@ -13,13 +13,9 @@ if test -n "${WITH_ICONVFBSD}"; then
rc=$(expr $rc + 1)
fi
-if test ${rc} -ne 1; then
+if test ${rc} -gt 1; then
echo "ERROR: please re-run make config and" >&2
- if test ${rc} -gt 1; then
- echo -n "only " >&2
- fi
- echo "select one of the three transcoders." >&2
-
+ echo "only select one of the three transcoders." >&2
exit 254
fi