aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-02-22 13:35:50 +0800
committerjasone <jasone@FreeBSD.org>2000-02-22 13:35:50 +0800
commita12808ea5d60aba9df28faf692cf2077d9cff53c (patch)
tree7c59da97fad1419b30d787a55550203d91807b58
parentf524385a6c6b3546ca5d94838f4700438b36f8f1 (diff)
downloadfreebsd-ports-gnome-a12808ea5d60aba9df28faf692cf2077d9cff53c.tar.gz
freebsd-ports-gnome-a12808ea5d60aba9df28faf692cf2077d9cff53c.tar.zst
freebsd-ports-gnome-a12808ea5d60aba9df28faf692cf2077d9cff53c.zip
Clarify a comment. Remove an extra space in a call to 'echo'.
-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