diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-13 14:16:21 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-13 14:16:21 +0000 |
commit | b6b39896abf2856a93dae967b5f1de47e8d991bb (patch) | |
tree | 6632af5f791908e4d45300a8fa1a1528e1ea1c2a /textproc/ispell | |
parent | 049f4d44212deec378e0e4cdf149956b60361652 (diff) |
Fix the build of polish dictionary.
Notes
Notes:
svn path=/head/; revision=95731
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files 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: |