Date: Thu, 26 Jun 2014 21:56:19 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359422 - in head/net: unison unison-devel unison232 Message-ID: <201406262156.s5QLuJ82039679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Jun 26 21:56:18 2014 New Revision: 359422 URL: http://svnweb.freebsd.org/changeset/ports/359422 QAT: https://qat.redports.org/buildarchive/r359422/ Log: Pass MAKE_ENV to MAKE_CMD. Noticed by: bapt (in r359185) Modified: head/net/unison-devel/Makefile head/net/unison/Makefile head/net/unison232/Makefile Modified: head/net/unison-devel/Makefile ============================================================================== --- head/net/unison-devel/Makefile Thu Jun 26 21:49:06 2014 (r359421) +++ head/net/unison-devel/Makefile Thu Jun 26 21:56:18 2014 (r359422) @@ -61,7 +61,7 @@ post-patch: post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} - @${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=unison-text + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=unison-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif Modified: head/net/unison/Makefile ============================================================================== --- head/net/unison/Makefile Thu Jun 26 21:49:06 2014 (r359421) +++ head/net/unison/Makefile Thu Jun 26 21:56:18 2014 (r359422) @@ -60,7 +60,7 @@ post-patch: post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} - @${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=unison-text + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=unison-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif Modified: head/net/unison232/Makefile ============================================================================== --- head/net/unison232/Makefile Thu Jun 26 21:49:06 2014 (r359421) +++ head/net/unison232/Makefile Thu Jun 26 21:56:18 2014 (r359422) @@ -60,7 +60,7 @@ post-patch: post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} - ${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=${PORTNAME}-text + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=${PORTNAME}-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406262156.s5QLuJ82039679>