aboutsummaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-12-17 12:33:02 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-12-17 12:33:02 +0000
commit15fa02d05ff5a48a4b7c542b39c5e820d0d95867 (patch)
treeb7a0c14eb5e9a766078d8b0e218587293cc20695 /shells/bash2
parentfdf7cf5aa20a2b60a55f9e5629cdb5e198978fd5 (diff)
downloadports-15fa02d05ff5a48a4b7c542b39c5e820d0d95867.tar.gz
ports-15fa02d05ff5a48a4b7c542b39c5e820d0d95867.zip
- Fix build on 4.x.
The test in the previous commit was the wrong way round.
Notes
Notes: svn path=/head/; revision=180013
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile2
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] \