mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Remove useless depends on bash.
PR: ports/148594 Submitted by: Bapt <baptiste.daroussin@gmail.com>
This commit is contained in:
parent
cada81e6b6
commit
253a8357a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257803
@ -18,8 +18,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python/Tkinter based source browser
|
||||
|
||||
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
|
||||
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -32,7 +31,7 @@ CONFIGURE_SCRIPT= configure.sh
|
||||
PLIST_FILES= bin/pypersrc.py bin/pypersrc2.py bin/pypersrc
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' \
|
||||
${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' \
|
||||
${WRKSRC}/configure.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user