mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix the build of polish dictionary.
This commit is contained in:
parent
049f4d4421
commit
b6b39896ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95731
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue