Index: head/www/netscape4-communicator/pkg-req.aout =================================================================== --- head/www/netscape4-communicator/pkg-req.aout (revision 38616) +++ head/www/netscape4-communicator/pkg-req.aout (revision 38617) @@ -1,30 +1,35 @@ #!/bin/sh + +if [ -n "${BATCH}" -o -n "${PACKAGE_BUILDING}" ]; then + exit 0 +fi + env=/usr/bin/env fgrep=/usr/bin/fgrep ldconfig=/sbin/ldconfig ld_so=/usr/libexec/ld.so if [ x$2 = xINSTALL ]; then $env OBJFORMAT=aout $ldconfig -r | $fgrep -q -e '-lc.3' if [ $? -ne 0 -o ! -x $ld_so ]; then cat <