aboutsummaryrefslogtreecommitdiff
path: root/devel/cook/Makefile
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 /devel/cook/Makefile
parent1789f7dc34474d853ed2dcac33fa3a203f82b266 (diff)
downloadports-b75505b5eb55e740f726b1af5384f8f7f2f657a2.tar.gz
ports-b75505b5eb55e740f726b1af5384f8f7f2f657a2.zip
Clarify a comment. Remove an extra space in a call to 'echo'.
Notes
Notes: svn path=/head/; revision=26127
Diffstat (limited to 'devel/cook/Makefile')
-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