pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross cross/mingw-*-bin: fix INSTALLATION_DIRS
details: https://anonhg.NetBSD.org/pkgsrc/rev/c107913ed4c9
branches: trunk
changeset: 443462:c107913ed4c9
user: dbj <dbj%pkgsrc.org@localhost>
date: Mon Dec 14 00:40:10 2020 +0000
description:
cross/mingw-*-bin: fix INSTALLATION_DIRS
diffstat:
cross/mingw-runtime-bin/Makefile | 4 ++--
cross/mingw-w32api-bin/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ba8790cb52d2 -r c107913ed4c9 cross/mingw-runtime-bin/Makefile
--- a/cross/mingw-runtime-bin/Makefile Mon Dec 14 00:39:33 2020 +0000
+++ b/cross/mingw-runtime-bin/Makefile Mon Dec 14 00:40:10 2020 +0000
@@ -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 @@
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 -r ba8790cb52d2 -r c107913ed4c9 cross/mingw-w32api-bin/Makefile
--- a/cross/mingw-w32api-bin/Makefile Mon Dec 14 00:39:33 2020 +0000
+++ b/cross/mingw-w32api-bin/Makefile Mon Dec 14 00:40:10 2020 +0000
@@ -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 @@
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
-INSTALLATION_DIRS+= ${MINGW_TARGET}
+INSTALLATION_DIRS+= cross/${MINGW_TARGET}
do-install:
cd ${WRKSRC} && pax -rw -pp include lib \
Home |
Main Index |
Thread Index |
Old Index