diff options
-rw-r--r-- | devel/asmutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index e6d3a075a44d..1ab3c25b1fc8 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -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 |