svn commit: r377313 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 18 10:36:03 UTC 2015
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
More information about the svn-ports-all
mailing list