summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2002-04-26 17:48:30 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2002-04-26 17:48:30 +0000
commitba2e76e930c9a5030a517e2021c4d49b305339b9 (patch)
tree032b4867e96ad232f13f684ec055a401c7fb890a /editors/openoffice/Makefile
parentUpdate to 0.7.12. (diff)
Tweak an error message in pre-extract.
Approved by: mbr (maintainer), obrien (mentor)
Notes
Notes: svn path=/head/; revision=58183
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index d1114b516ad2..029e0c588092 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -60,8 +60,7 @@ pre-fetch:
pre-extract:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
- @ ${ECHO} Can\'t open display:
- @ ${ECHO} Please check your DISPLAY variable.
+ @ ${ECHO} Cannot open display; please check your DISPLAY variable.
@ ${ECHO}
@ ${FALSE}
.endif