diff options
author | jmz <jmz@FreeBSD.org> | 2001-08-13 01:26:04 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-08-13 01:26:04 +0000 |
commit | 7f2e39e08d9efa4db48557368313ec968286538e (patch) | |
tree | e5fe89a17ef40cb53c297f471abd101c08d3866a /textproc/ispell | |
parent | e967b1604e8caa796367628a83e912cf592ac295 (diff) | |
download | FreeBSD-ports-7f2e39e08d9efa4db48557368313ec968286538e.zip FreeBSD-ports-7f2e39e08d9efa4db48557368313ec968286538e.tar.gz |
Fix the build from the textproc/ispell directory for the german dictionaries
The norsk part is still broken.
PR: ports/28368
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
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 b8f6370..2d8b330 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 |