svn commit: r363389 - in head/devel/mingw32-bin-msvcrt: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 29 20:51:10 UTC 2014
Author: bapt
Date: Tue Jul 29 20:51:09 2014
New Revision: 363389
URL: http://svnweb.freebsd.org/changeset/ports/363389
QAT: https://qat.redports.org/buildarchive/r363389/
Log:
Always install as a user given the stage will do the proper job for users credential
Modified:
head/devel/mingw32-bin-msvcrt/Makefile
head/devel/mingw32-bin-msvcrt/files/Makefile
Modified: head/devel/mingw32-bin-msvcrt/Makefile
==============================================================================
--- head/devel/mingw32-bin-msvcrt/Makefile Tue Jul 29 20:42:21 2014 (r363388)
+++ head/devel/mingw32-bin-msvcrt/Makefile Tue Jul 29 20:51:09 2014 (r363389)
@@ -17,7 +17,7 @@ COMMENT= Headers and Libraries for Windo
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}
Modified: head/devel/mingw32-bin-msvcrt/files/Makefile
==============================================================================
--- head/devel/mingw32-bin-msvcrt/files/Makefile Tue Jul 29 20:42:21 2014 (r363388)
+++ head/devel/mingw32-bin-msvcrt/files/Makefile Tue Jul 29 20:51:09 2014 (r363389)
@@ -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
More information about the svn-ports-all
mailing list