- Fix build on 4.x.

The test in the previous commit was the wrong way round.
This commit is contained in:
Tim Bishop 2006-12-17 12:33:02 +00:00
parent fdf7cf5aa2
commit 15fa02d05f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180013

View file

@ -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] \