aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-13 14:16:21 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-13 14:16:21 +0000
commitb6b39896abf2856a93dae967b5f1de47e8d991bb (patch)
tree6632af5f791908e4d45300a8fa1a1528e1ea1c2a /textproc
parent049f4d44212deec378e0e4cdf149956b60361652 (diff)
downloadports-b6b39896abf2856a93dae967b5f1de47e8d991bb.tar.gz
ports-b6b39896abf2856a93dae967b5f1de47e8d991bb.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile4
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: