aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-10-27 19:06:27 +0800
committervs <vs@FreeBSD.org>2004-10-27 19:06:27 +0800
commit89649b495a30bc1cbd230656ad6b44522e328f0e (patch)
treec045dba645f6b6558d89721bbfe20ac765715cc1 /textproc
parent61afb9af0c931bfc9fb12e4e402295ba7122e21c (diff)
downloadfreebsd-ports-gnome-89649b495a30bc1cbd230656ad6b44522e328f0e.tar.gz
freebsd-ports-gnome-89649b495a30bc1cbd230656ad6b44522e328f0e.tar.zst
freebsd-ports-gnome-89649b495a30bc1cbd230656ad6b44522e328f0e.zip
Fix package building.
Submitted by: maintainer Noticed by: cluster/kris
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xerces-c2-devel/scripts/check-config-options8
-rw-r--r--textproc/xerces-c2/scripts/check-config-options8
-rw-r--r--textproc/xerces-c27/scripts/check-config-options8
3 files changed, 6 insertions, 18 deletions
diff --git a/textproc/xerces-c2-devel/scripts/check-config-options b/textproc/xerces-c2-devel/scripts/check-config-options
index ad49dd3b1c0a..4c2701570194 100644
--- a/textproc/xerces-c2-devel/scripts/check-config-options
+++ b/textproc/xerces-c2-devel/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
diff --git a/textproc/xerces-c2/scripts/check-config-options b/textproc/xerces-c2/scripts/check-config-options
index ad49dd3b1c0a..4c2701570194 100644
--- a/textproc/xerces-c2/scripts/check-config-options
+++ b/textproc/xerces-c2/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
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