svn commit: r332519 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 2 17:23:45 UTC 2013
Author: sunpoet
Date: Sat Nov 2 17:23:44 2013
New Revision: 332519
URL: http://svnweb.freebsd.org/changeset/ports/332519
Log:
- Strip shared library
- Use += for CONFIGURE_ENV
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Sat Nov 2 17:21:40 2013 (r332518)
+++ head/ftp/curl/Makefile Sat Nov 2 17:23:44 2013 (r332519)
@@ -31,8 +31,9 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Pas
CONFIGURE_ARGS+=--disable-werror \
--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
--without-axtls
-CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
GNU_CONFIGURE= yes
+MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
USE_PERL5= build
USE_XZ= yes
USES= pathfix perl5
More information about the svn-ports-head
mailing list