- Fix grammar and reword

Submitted by:	mandree
With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-05-30 17:31:44 +00:00
parent 074c244cdb
commit 0713487d3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355879

View file

@ -3325,7 +3325,7 @@ check-vulnerable:
${ECHO_MSG} "===> ${PKGNAME} has known vulnerabilities:"; \
${ECHO_MSG} "$$vlist"; \
${ECHO_MSG} "=> Please update your ports tree and try again."; \
${ECHO_MSG} "=> Ports are marked vulnerable regardless of their being an update available."; \
${ECHO_MSG} "=> Note: Vulnerable ports are marked as such even if there is no update available."; \
${ECHO_MSG} "=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'"; \
exit 1; \
fi; \