pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   dbj
Date:           Mon Dec 14 00:40:10 UTC 2020

Modified Files:
        pkgsrc/cross/mingw-runtime-bin: Makefile
        pkgsrc/cross/mingw-w32api-bin: Makefile

Log Message:
cross/mingw-*-bin: fix INSTALLATION_DIRS


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/mingw-runtime-bin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/mingw-w32api-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/mingw-runtime-bin/Makefile
diff -u pkgsrc/cross/mingw-runtime-bin/Makefile:1.7 pkgsrc/cross/mingw-runtime-bin/Makefile:1.8
--- pkgsrc/cross/mingw-runtime-bin/Makefile:1.7 Fri Mar 20 11:57:25 2020
+++ pkgsrc/cross/mingw-runtime-bin/Makefile     Mon Dec 14 00:40:10 2020
@@ -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 \

Index: pkgsrc/cross/mingw-w32api-bin/Makefile
diff -u pkgsrc/cross/mingw-w32api-bin/Makefile:1.7 pkgsrc/cross/mingw-w32api-bin/Makefile:1.8
--- pkgsrc/cross/mingw-w32api-bin/Makefile:1.7  Fri Mar 20 11:57:25 2020
+++ pkgsrc/cross/mingw-w32api-bin/Makefile      Mon Dec 14 00:40:10 2020
@@ -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 \



Home | Main Index | Thread Index | Old Index