summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2007-06-14 15:41:29 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2007-06-14 15:41:29 +0000
commit6659864a7d9b89411f69d786c64eecc2c993d6ed (patch)
treedc73d9539c823945155fc63c27dee2df823d2362 /textproc/ispell
parentMacroscope is a squid, sendmail, courier, bpft log files analizer, (diff)
- correct the deprecated `/stand'.
- make portlint more happy. PR: ports/112715 Submitted by: chinsan Approved by: rafan (mentor), jmz (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=193487
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile5
-rw-r--r--textproc/ispell/pkg-plist6
-rw-r--r--textproc/ispell/scripts/configure2
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 99f7f9cd47c0..a334ba10e695 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -16,7 +16,8 @@ DISTFILES= ispell-3.2.06.tar.gz # needed for slave ports / options
MAINTAINER?= jmz@FreeBSD.org
COMMENT= An interactive spelling checker for multiple languages
-ISPELL_FILES= ispell-3.2.06.tar.gz
+
+ISPELL_FILES= ispell-3.2.06.tar.gz
MAN1= ispell.1
MAN4= ispell.4 english.4
@@ -67,7 +68,7 @@ pre-everything::
.if defined(ISPELL_BRITISH)
SCRIPTS_ENV+= ISPELL_BRITISH=${ISPELL_BRITISH}
.if defined(ISPELL_INCLAMERICAN)
-SCRIPTS_ENV+= ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN}
+SCRIPTS_ENV+= ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN}
.endif
.endif
.if defined(ISPELL_IT)
diff --git a/textproc/ispell/pkg-plist b/textproc/ispell/pkg-plist
index 28eef6b39920..fed3b0035163 100644
--- a/textproc/ispell/pkg-plist
+++ b/textproc/ispell/pkg-plist
@@ -8,6 +8,6 @@ bin/spell
bin/ispell
bin/munchlist
bin/tryaffix
-share/ispell/english.aff
-share/ispell/english.dict
-share/ispell/english.hash
+%%DATADIR%%/english.aff
+%%DATADIR%%/english.dict
+%%DATADIR%%/english.hash
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