aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/mingw32-bin-msvcrt/Makefile6
-rw-r--r--devel/mingw32-bin-msvcrt/files/Makefile4
2 files changed, 1 insertions, 9 deletions
diff --git a/devel/mingw32-bin-msvcrt/Makefile b/devel/mingw32-bin-msvcrt/Makefile
index 3a6263327b25..5b6b2fe782c5 100644
--- a/devel/mingw32-bin-msvcrt/Makefile
+++ b/devel/mingw32-bin-msvcrt/Makefile
@@ -17,7 +17,7 @@ COMMENT= Headers and Libraries for Windows cross-development
CONFLICTS= mingw-bin-msvcrt-[0-9]*
-USE_XZ= yes
+USES= tar:xz
RUNTIMEVERSION= 4.0.3-1
APIVERSION= 4.0.3-1
@@ -25,10 +25,6 @@ APIVERSION= 4.0.3-1
NO_MTREE= yes
NO_WRKSUBDIR= yes
-.if defined(INSTALL_AS_USER)
-MAKE_ARGS+= INSTALL_AS_USER=yes
-.endif
-
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
diff --git a/devel/mingw32-bin-msvcrt/files/Makefile b/devel/mingw32-bin-msvcrt/files/Makefile
index 7a72ca578dcd..4c87a19f73cc 100644
--- a/devel/mingw32-bin-msvcrt/files/Makefile
+++ b/devel/mingw32-bin-msvcrt/files/Makefile
@@ -4,10 +4,6 @@ all:
install:
mkdir -p ${DESTDIR}${PREFIX}/bin
-.if defined(INSTALL_AS_USER)
install -c -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin
-.else
- install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin
-.endif
mkdir -p ${DESTDIR}${PREFIX}/mingw32
cp -R lib include ${DESTDIR}${PREFIX}/mingw32