diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index cbfd473688ad..552b953f6d66 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -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] \ |