diff options
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index b8f6370d8735..2d8b330fbb50 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,8 +7,11 @@ PORTNAME?= ispell PORTVERSION?= 3.2.05 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ +DISTNAME= ispell-3.2.05 # needed for slave ports / options +DISTFILES= ispell-3.2.05.tar.gz # needed for slave ports / options MAINTAINER?= jmz@FreeBSD.org ISPELL_FILES= ispell-3.2.05.tar.gz @@ -24,7 +27,7 @@ MAKE_FLAGS= TMPDIR=${WRKDIR} -f ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash -UNSQ?= ${WRKSRC}/unsq +UNSQ?= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell |