summaryrefslogtreecommitdiff
path: root/community/plan9port/plan9.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-21 23:14:42 +0000
committerroot <root@rshg054.dnsready.net>2011-09-21 23:14:42 +0000
commitb7f839da11975b9f2a964a82d591b7a8628f0931 (patch)
treebb6a7aee842680de3a5038e34d27256ca1d389ef /community/plan9port/plan9.install
parentae08410274473c5ab78d300ea2365c4b1070cc61 (diff)
Wed Sep 21 23:14:42 UTC 2011
Diffstat (limited to 'community/plan9port/plan9.install')
-rw-r--r--community/plan9port/plan9.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plan9port/plan9.install b/community/plan9port/plan9.install
index 23d047c8c..63b8dd0da 100644
--- a/community/plan9port/plan9.install
+++ b/community/plan9port/plan9.install
@@ -3,7 +3,7 @@ pre_install() {
}
post_install() {
- echo "==> Decompressing man plan9 man pages"
+ echo "==> Decompressing plan9 man pages"
for i in `find /opt/plan9/man -type f`; do
if [ ${i##*.} = "gz" ]; then
# echo " ${i%%.*}..."