diff options
Diffstat (limited to 'security/portaudit/pkg-req')
-rw-r--r-- | security/portaudit/pkg-req | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/portaudit/pkg-req b/security/portaudit/pkg-req index c566a36bb3b6..5a8ba2d087db 100644 --- a/security/portaudit/pkg-req +++ b/security/portaudit/pkg-req @@ -23,5 +23,10 @@ INSTALL) echo "${PKG_INFO} is too old, please update port sysutils/pkg_install-devel" exit 1 fi + + if [ "`echo FreeBSD | tr -s .`" != "FreeBSD" ]; then + echo "tr(1) is broken." + exit 1 + fi ;; esac |