diff options
author | tdb <tdb@FreeBSD.org> | 2006-12-17 20:33:02 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-12-17 20:33:02 +0800 |
commit | 338a92753d3d640a97c17cae6f0bf6994ec0a979 (patch) | |
tree | cfe6007706a31a3b231b4a3fd5846178f59c46ad /shells | |
parent | a04bd2f5df01c80228478e21c94cfdbe16697c7f (diff) | |
download | freebsd-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/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] \ |