diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-05 16:57:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-05 16:57:06 +0000 |
commit | 48441443a5ad559cbc8bc51833eb5898e7b415fb (patch) | |
tree | b7c4c461054be081c794f03e284f1ed5f773ebd8 /ftp | |
parent | 3fc7bb6fd038ef52f41c1be832bf406c6b223bf0 (diff) | |
download | ports-48441443a5ad559cbc8bc51833eb5898e7b415fb.tar.gz ports-48441443a5ad559cbc8bc51833eb5898e7b415fb.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 920d6ab72dfb..6c9e2b17f75d 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -171,8 +171,6 @@ post-install: cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/ .endif -# Setting LC_ALL=C is a kludge; maybe curl/libcurl shouldn't actually use -# the user's locale when dates are sent to the server. x-regression-test test: build .if !${PORT_OPTIONS:MPROXY} @${ECHO_MSG} "******************************************" @@ -181,6 +179,6 @@ x-regression-test test: build @${ECHO_MSG} "* This is being addressed. *" @${ECHO_MSG} "******************************************" .endif - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} LC_ALL=C ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} LC_ALL=C ${MAKE_CMD} test .include <bsd.port.mk> |