summaryrefslogtreecommitdiff
path: root/cross/mingw-runtime-bin/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-19 16:20:27 +0000
committerwiz <wiz>2016-06-19 16:20:27 +0000
commit1d34107d0a01b4cc91c3d353786124b63bfd328e (patch)
tree01ba272d9a2bb0fea62601f35282981211e965d0 /cross/mingw-runtime-bin/Makefile
parent26b010eba81a0304f48c42c09eafc108c6620e61 (diff)
downloadpkgsrc-1d34107d0a01b4cc91c3d353786124b63bfd328e.tar.gz
Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.
To simplify infrastructure. Ok joerg@ XXX: nios2-gcc3 loops endlessly during build, before and after change, so untested. XXX: nios2-gcc does not build on -current, in the same way before and after the change, so untested.
Diffstat (limited to 'cross/mingw-runtime-bin/Makefile')
-rw-r--r--cross/mingw-runtime-bin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cross/mingw-runtime-bin/Makefile b/cross/mingw-runtime-bin/Makefile
index 80e72da9d2e..399479f8cff 100644
--- a/cross/mingw-runtime-bin/Makefile
+++ b/cross/mingw-runtime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:20 asau Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/19 16:20:27 wiz Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
@@ -11,7 +11,6 @@ COMMENT= GCC runtime libraries for win32 cross-development
NO_BUILD= yes
NO_CONFIGURE= yes
-USE_CROSSBASE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
@@ -19,7 +18,7 @@ INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
cd ${WRKSRC} && pax -rw -pp bin include lib \
- ${DESTDIR}${PREFIX}/${MINGW_TARGET}
+ ${DESTDIR}${PREFIX}/cross/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
.include "../../mk/bsd.pkg.mk"