Date: Sun, 18 Jan 2015 10:36:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377313 - head/ftp/curl Message-ID: <201501181036.t0IAa2h5049075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 18 10:36:02 2015 New Revision: 377313 URL: https://svnweb.freebsd.org/changeset/ports/377313 QAT: https://qat.redports.org/buildarchive/r377313/ Log: - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Jan 18 10:35:57 2015 (r377312) +++ head/ftp/curl/Makefile Sun Jan 18 10:36:02 2015 (r377313) @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--disable-werror \ --without-axtls CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} GNU_CONFIGURE= yes -MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} +INSTALL_TARGET= install-strip USE_PERL5= build USES= libtool pathfix perl5 tar:lzma
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501181036.t0IAa2h5049075>