pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/mipsEEel-netbsd Set WRKSRC=${WRKDIR} to prevent ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5ba73269882
branches:  trunk
changeset: 495603:a5ba73269882
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jun 14 22:25:15 2005 +0000

description:
Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error when
"Unwrapping files-to-be-installed".

diffstat:

 cross/mipsEEel-netbsd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r baddee761369 -r a5ba73269882 cross/mipsEEel-netbsd/Makefile
--- a/cross/mipsEEel-netbsd/Makefile    Tue Jun 14 22:02:00 2005 +0000
+++ b/cross/mipsEEel-netbsd/Makefile    Tue Jun 14 22:25:15 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index