diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-14 22:25:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-14 22:25:15 +0000 |
commit | 3ab4c5af371352b20d15dc6449b8ef42a0cd43c0 (patch) | |
tree | db6012504768a4b6d2c8fcdfb9c9a4ce1dede803 /cross | |
parent | 583f36afb4dce744841d808ea94c8be337ea237e (diff) | |
download | pkgsrc-3ab4c5af371352b20d15dc6449b8ef42a0cd43c0.tar.gz |
Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error when
"Unwrapping files-to-be-installed".
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mipsEEel-netbsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile index 8ecbc88314b..ad726d9a196 100644 --- a/cross/mipsEEel-netbsd/Makefile +++ b/cross/mipsEEel-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/14 22:25:15 kristerw Exp $ DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION} TARGET_ARCH= mipsEEel-netbsd @@ -18,6 +18,8 @@ BZCAT= ${LOCALBASE}/bin/bzcat BUILD_DEPENDS+= bzip2>=0.9.0b:../../archivers/bzip2 .endif +WRKSRC= ${WRKDIR} + # We don't use CROSSBASE because the binutils are not the same as binutils # for other cross compilers. #USE_CROSSBASE= yes |