aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-10-21 23:18:43 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-10-21 23:18:43 +0000
commitb0e911e8fd0c652ae948191ede7ef6979212f449 (patch)
tree122f09c82446394f88f80b55307b6a6fccd8f705 /shells
parent0d32a85b88ba83df80b86dce1280b0fb582b9da4 (diff)
downloadports-b0e911e8fd0c652ae948191ede7ef6979212f449.tar.gz
ports-b0e911e8fd0c652ae948191ede7ef6979212f449.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index a857c7e04cf2..5e949a11301b 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -51,7 +51,8 @@ INFO= bash
post-patch:
@${REINPLACE_CMD} -e "s,.FN /bin/bash,.FN ${PREFIX}/bin/bash," \
${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/doc/bash.1
- @${RM} -rf ${WRKSRC}/lib/readline/*
+ @${RM} -rf ${WRKSRC}/lib/readline/*.[ch] \
+ ${WRKSRC}/lib/readline/Makefile
@${TOUCH} ${WRKSRC}/lib/readline/Makefile.in
@${REINPLACE_CMD} -E "s,^((RL|HIST)_LIBSRC = ).*,\1/usr/include/readline," ${WRKSRC}/Makefile.in