diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-06-14 23:41:29 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-06-14 23:41:29 +0800 |
commit | fe4a07abaacedba424a1e5cf8886131f3728afbb (patch) | |
tree | 8e5c1dc88ce42ca82d65265a7942e9b694d850d0 /textproc/ispell/scripts | |
parent | 5b6ce7f8027101acdea55f0e1875ad75a698c789 (diff) | |
download | freebsd-ports-gnome-fe4a07abaacedba424a1e5cf8886131f3728afbb.tar.gz freebsd-ports-gnome-fe4a07abaacedba424a1e5cf8886131f3728afbb.tar.zst freebsd-ports-gnome-fe4a07abaacedba424a1e5cf8886131f3728afbb.zip |
- correct the deprecated `/stand'.
- make portlint more happy.
PR: ports/112715
Submitted by: chinsan
Approved by: rafan (mentor), jmz (maintainer, implicit)
Diffstat (limited to 'textproc/ispell/scripts')
-rw-r--r-- | textproc/ispell/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 7d5036e17cc6..e467f423210a 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -6,7 +6,7 @@ if [ "`echo a|sed -e P`" = "aa" ]; then fi if [ ! -f /usr/share/dict/words ]; then echo "you need to install /usr/share/dict/words from the 'dict' distribution first" - echo "(This is done using /stand/sysinstall. The 'textproc/dict' port in the ports" + echo "(This is done using sysinstall. The 'textproc/dict' port in the ports" echo " tree is NOT what you need.)" exit 1 fi |