1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Make WRKDIR safe (fix broken on bento)

This commit is contained in:
Michael Haro 2001-03-29 22:48:45 +00:00
parent 4ab44e6846
commit 617ff2b4c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40563

View File

@ -24,7 +24,7 @@ post-extract:
do-patch:
@(${SED} -e 's,/usr/local/bin/perl,${PERL},1' ${WRKSRC}/${DISTNAME} \
> foo && ${MV} foo ${WRKSRC}/${DISTNAME})
> ${WRKDIR}/foo && ${MV} ${WRKDIR}/foo ${WRKSRC}/${DISTNAME})
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin