1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Attempt to deal with read-only directories.

Approved by:	maintainer
This commit is contained in:
Kris Kennaway 2001-03-12 23:53:53 +00:00
parent 6f2af85723
commit 8c66356fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39705

View File

@ -32,8 +32,8 @@ DOCFILES= Asmutils-HOWTO acknowledgements endorsements history \
index s-contrib s-debug s-include s-layout s-optimize
post-patch:
@(${SED} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG > foo \
&& ${MV} foo ${WRKSRC}/MCONFIG)
@(${SED} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG > ${WRKDIR}/foo \
&& ${MV} ${WRKDIR}/foo ${WRKSRC}/MCONFIG)
do-install:
${MKDIR} ${PREFIX}/bin/asmutils