aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2006-12-17 20:33:02 +0800
committertdb <tdb@FreeBSD.org>2006-12-17 20:33:02 +0800
commit338a92753d3d640a97c17cae6f0bf6994ec0a979 (patch)
treecfe6007706a31a3b231b4a3fd5846178f59c46ad /shells
parenta04bd2f5df01c80228478e21c94cfdbe16697c7f (diff)
downloadfreebsd-ports-gnome-338a92753d3d640a97c17cae6f0bf6994ec0a979.tar.gz
freebsd-ports-gnome-338a92753d3d640a97c17cae6f0bf6994ec0a979.tar.zst
freebsd-ports-gnome-338a92753d3d640a97c17cae6f0bf6994ec0a979.zip
- Fix build on 4.x.
The test in the previous commit was the wrong way round.
Diffstat (limited to 'shells')
-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] \