aboutsummaryrefslogtreecommitdiff
path: root/devel/asmutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-12 23:53:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-12 23:53:53 +0000
commit8c66356fe6d039dfe800be211dab938a4a1be46c (patch)
tree2447bada71e2f00a128c3710c976c8c973b4f07e /devel/asmutils
parent6f2af857230984c15b44dad48cc3e1be21f963a6 (diff)
downloadports-8c66356fe6d039dfe800be211dab938a4a1be46c.tar.gz
ports-8c66356fe6d039dfe800be211dab938a4a1be46c.zip
Notes
Diffstat (limited to 'devel/asmutils')
-rw-r--r--devel/asmutils/Makefile4
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