From b6b39896abf2856a93dae967b5f1de47e8d991bb Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sat, 13 Dec 2003 14:16:21 +0000 Subject: [PATCH] Fix the build of polish dictionary. --- textproc/ispell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 7bc0edb6d0ca..30fe89b67992 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ DISTNAME= ispell-3.2.06 # needed for slave ports / options @@ -209,7 +209,7 @@ post-patch: @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/AF.patch 2>/dev/null .endif .if defined(ISPELL_PL) - @${REINPLACE_CMD} -e 's/bash/sh/' ${BUILDHASH} + @${REINPLACE_CMD} -e 's/bash/sh/' -e 's:^buildhash:${WRKSRC}/buildhash:' ${BUILDHASH} .endif post-configure: