1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Fix the build of polish dictionary.

This commit is contained in:
Jean-Marc Zucconi 2003-12-13 14:16:21 +00:00
parent 049f4d4421
commit b6b39896ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95731

View File

@ -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: