aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-29 20:51:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-29 20:51:09 +0000
commit7ff153a552ed208bcb8c6492a42b161f05676a3f (patch)
tree8c2f58774ae19fe083c4cc5a3089ac8edb006d54
parent8af6916f84d983869659ead46c8736ef531e131b (diff)
downloadports-7ff153a552ed208bcb8c6492a42b161f05676a3f.tar.gz
ports-7ff153a552ed208bcb8c6492a42b161f05676a3f.zip
Notes
-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