From fddfd2363ec2f00657b61f4abedce8cf049ed98f Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Mon, 13 Aug 2001 01:26:04 +0000 Subject: [PATCH] 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 --- textproc/ispell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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