svn commit: r380010 - branches/2015Q1/ftp/curl
Ryan Steinmetz
zi at FreeBSD.org
Thu Feb 26 15:00:39 UTC 2015
Author: zi
Date: Thu Feb 26 15:00:38 2015
New Revision: 380010
URL: https://svnweb.freebsd.org/changeset/ports/380010
QAT: https://qat.redports.org/buildarchive/r380010/
Log:
MFH: r377313
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Approved by: ports-secteam
With hat: ports-secteam
Modified:
branches/2015Q1/ftp/curl/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/ftp/curl/Makefile
==============================================================================
--- branches/2015Q1/ftp/curl/Makefile Thu Feb 26 14:59:48 2015 (r380009)
+++ branches/2015Q1/ftp/curl/Makefile Thu Feb 26 15:00:38 2015 (r380010)
@@ -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
More information about the svn-ports-all
mailing list