diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:36:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:36:02 +0000 |
commit | 7bfd7fb64bac11849b141055af00faed1e6736bf (patch) | |
tree | 8ddfcc9fbe9742876038860798a5f4b9d6b1c4eb /ftp | |
parent | - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${S... (diff) |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Notes
Notes:
svn path=/head/; revision=377313
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index d5ed3764e644..91f4c5aee065 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -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 |