View | Details | Raw Unified | Return to bug 112715
Collapse All | Expand All

(-)/usr/home/chinsan/project/ispell/Makefile (-2 / +3 lines)
Lines 16-22 Link Here
16
16
17
MAINTAINER?=	jmz@FreeBSD.org
17
MAINTAINER?=	jmz@FreeBSD.org
18
COMMENT=	An interactive spelling checker for multiple languages
18
COMMENT=	An interactive spelling checker for multiple languages
19
ISPELL_FILES= 	ispell-3.2.06.tar.gz
19
20
ISPELL_FILES=	ispell-3.2.06.tar.gz
20
21
21
MAN1=		ispell.1
22
MAN1=		ispell.1
22
MAN4=		ispell.4 english.4
23
MAN4=		ispell.4 english.4
Lines 67-73 Link Here
67
.if defined(ISPELL_BRITISH)
68
.if defined(ISPELL_BRITISH)
68
SCRIPTS_ENV+=	ISPELL_BRITISH=${ISPELL_BRITISH}
69
SCRIPTS_ENV+=	ISPELL_BRITISH=${ISPELL_BRITISH}
69
.if defined(ISPELL_INCLAMERICAN)
70
.if defined(ISPELL_INCLAMERICAN)
70
SCRIPTS_ENV+=   ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN}
71
SCRIPTS_ENV+=	ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN}
71
.endif
72
.endif
72
.endif
73
.endif
73
.if defined(ISPELL_IT)
74
.if defined(ISPELL_IT)
(-)/usr/home/chinsan/project/ispell/pkg-plist (-3 / +3 lines)
Lines 8-13 Link Here
8
bin/ispell
8
bin/ispell
9
bin/munchlist
9
bin/munchlist
10
bin/tryaffix
10
bin/tryaffix
11
share/ispell/english.aff
11
%%DATADIR%%/english.aff
12
share/ispell/english.dict
12
%%DATADIR%%/english.dict
13
share/ispell/english.hash
13
%%DATADIR%%/english.hash
(-)/usr/home/chinsan/project/ispell/scripts/configure (-1 / +1 lines)
Lines 6-12 Link Here
6
fi
6
fi
7
if [ ! -f /usr/share/dict/words ]; then
7
if [ ! -f /usr/share/dict/words ]; then
8
  echo "you need to install /usr/share/dict/words from the 'dict' distribution first"
8
  echo "you need to install /usr/share/dict/words from the 'dict' distribution first"
9
  echo "(This is done using /stand/sysinstall.  The 'textproc/dict' port in the ports"
9
  echo "(This is done using sysinstall.  The 'textproc/dict' port in the ports"
10
  echo " tree is NOT what you need.)"
10
  echo " tree is NOT what you need.)"
11
  exit 1
11
  exit 1
12
fi
12
fi

Return to bug 112715