aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
commit0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch)
tree205eda5f4c924f487263ec17828845ca6f3b83cc /print/pdftk
parentc04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff)
downloadports-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.gz
ports-0c926073ff9ccf507fb7969e19f3b28b833eab44.zip
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Notes
Notes: svn path=/head/; revision=476184
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 340d1283411e..f57ff3662c7a 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -37,7 +37,7 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
pre-configure:
@if [ ! -e ${LOCALBASE}/bin/gcj${CSUFF} ]; then \
${ECHO_MSG} ""; \
- ${ECHO_MSG} "Can not find gcj${CSUFF}"; \
+ ${ECHO_MSG} "Cannot find gcj${CSUFF}"; \
${ECHO_MSG} "Please rebuild ${_GCC_PORT} with java support"; \
${ECHO_MSG} ""; \
exit 1; \