Module Name: pkgsrc Committed By: agc Date: Tue Mar 9 11:14:52 UTC 1999 Modified Files: pkgsrc/mk: bsd.pkg.mk Log Message: Solaris sh(1) doesn't understand the "if ! command; then..." construct. So dumb-down the shell commands used: make them into "command; if [ $? -ne 0 ]; then..." Suggested by David Brownlee.