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 PORTNAME?= ispell
PORTVERSION?= 3.2.06 PORTVERSION?= 3.2.06
PORTREVISION?= 3 PORTREVISION?= 4
CATEGORIES+= textproc CATEGORIES+= textproc
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
DISTNAME= ispell-3.2.06 # needed for slave ports / options 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 @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/AF.patch 2>/dev/null
.endif .endif
.if defined(ISPELL_PL) .if defined(ISPELL_PL)
@${REINPLACE_CMD} -e 's/bash/sh/' ${BUILDHASH} @${REINPLACE_CMD} -e 's/bash/sh/' -e 's:^buildhash:${WRKSRC}/buildhash:' ${BUILDHASH}
.endif .endif
post-configure: post-configure: