mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix package building.
Submitted by: maintainer Noticed by: cluster/kris
This commit is contained in:
parent
9db6299346
commit
925bc61460
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120304
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user