summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-02-22 05:35:50 +0000
committerJason Evans <jasone@FreeBSD.org>2000-02-22 05:35:50 +0000
commitb75505b5eb55e740f726b1af5384f8f7f2f657a2 (patch)
tree41bb7ddeb94b13b382d88aef3ff0983fe075963b
parentUnbreak for -current. (diff)
Clarify a comment. Remove an extra space in a call to 'echo'.
Notes
Notes: svn path=/head/; revision=26127
-rw-r--r--devel/cook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile
index b2b878789e0c..869357e5a814 100644
--- a/devel/cook/Makefile
+++ b/devel/cook/Makefile
@@ -38,8 +38,8 @@ pre-install:
${MKDIR} ${PREFIX}/share/cook/en/man1
${MKDIR} ${PREFIX}/lib/cook/en/LC_MESSAGES
-# cook installs extra copies in a directory that MANLANG can't cope with, so
-# shuffle things around a bit.
+# cook installs extra copies of the manpages in a directory that MANLANG can't
+# cope with, so shuffle things around a bit.
post-install:
@${MKDIR} ${PREFIX}/share/cook/en/man1
@${MKDIR} ${PREFIX}/share/cook/man/en/man1
@@ -56,7 +56,7 @@ post-install:
@strip ${PREFIX}/bin/${bin}
.endfor
@echo
- @echo "Add ${PREFIX}/share/cook/man to your MANPATH in order to " \
+ @echo "Add ${PREFIX}/share/cook/man to your MANPATH in order to" \
"access the manual"
@echo "pages included with this port."
@echo