diff options
author | dbj <dbj@pkgsrc.org> | 2020-12-14 00:40:10 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2020-12-14 00:40:10 +0000 |
commit | 7948ce3797df6d0029382dbb820f6d45a74da598 (patch) | |
tree | 32d1e64033c9820ce130b3aa2f398af51e19ba00 | |
parent | 32ad23bc9cebabec5068795f0e03728d4c41bdaf (diff) | |
download | pkgsrc-7948ce3797df6d0029382dbb820f6d45a74da598.tar.gz |
cross/mingw-*-bin: fix INSTALLATION_DIRS
-rw-r--r-- | cross/mingw-runtime-bin/Makefile | 4 | ||||
-rw-r--r-- | cross/mingw-w32api-bin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/mingw-runtime-bin/Makefile b/cross/mingw-runtime-bin/Makefile index ac24761ce1a..5b7fcf304d2 100644 --- a/cross/mingw-runtime-bin/Makefile +++ b/cross/mingw-runtime-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:25 nia Exp $ +# $NetBSD: Makefile,v 1.8 2020/12/14 00:40:10 dbj Exp $ DISTNAME= mingw-runtime-3.14 PKGNAME= mingw-runtime-bin-3.14 @@ -15,7 +15,7 @@ NO_CONFIGURE= yes USE_TOOLS+= pax WRKSRC= ${WRKDIR} -INSTALLATION_DIRS+= ${MINGW_TARGET} +INSTALLATION_DIRS+= cross/${MINGW_TARGET} do-install: cd ${WRKSRC} && pax -rw -pp bin include lib \ diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile index 2cf8ecd09e6..efb4112faa6 100644 --- a/cross/mingw-w32api-bin/Makefile +++ b/cross/mingw-w32api-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:25 nia Exp $ +# $NetBSD: Makefile,v 1.8 2020/12/14 00:40:10 dbj Exp $ DISTNAME= w32api-3.11 PKGNAME= mingw-w32api-bin-3.11 @@ -15,7 +15,7 @@ NO_CONFIGURE= yes USE_TOOLS+= pax WRKSRC= ${WRKDIR} -INSTALLATION_DIRS+= ${MINGW_TARGET} +INSTALLATION_DIRS+= cross/${MINGW_TARGET} do-install: cd ${WRKSRC} && pax -rw -pp include lib \ |