summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-14 22:25:15 +0000
committerkristerw <kristerw>2005-06-14 22:25:15 +0000
commit9822fabca6e712372987740b68be3fe6d5ae45c8 (patch)
treedb6012504768a4b6d2c8fcdfb9c9a4ce1dede803 /cross
parentc608f1eac213dfd5348cc2e559966a68080902e2 (diff)
downloadpkgsrc-9822fabca6e712372987740b68be3fe6d5ae45c8.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/Makefile4
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