mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build on 4.x.
The test in the previous commit was the wrong way round.
This commit is contained in:
parent
fdf7cf5aa2
commit
15fa02d05f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180013
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ MAN1= bash.1 bashbug.1
|
|||
INFO= bash
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${OSVERSION} >= 500000
|
||||
@${REINPLACE_CMD} -e "s,.FN /bin/bash,.FN ${PREFIX}/bin/bash," \
|
||||
${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/doc/bash.1
|
||||
@${RM} -rf ${WRKSRC}/lib/readline/*.[ch] \
|
||||
|
|
Loading…
Add table
Reference in a new issue