diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 11:55:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 11:55:49 +0000 |
commit | b0d24051f743cf3d9d7156ee9faa5dd797dd29f2 (patch) | |
tree | 525ada5fddc8889d4599f8f98fa4168c9af5e783 /ftp/curl | |
parent | 7ee65d8c6a53eb4c15cd38f1e126f752d98fd5e1 (diff) | |
download | ports-b0d24051f743cf3d9d7156ee9faa5dd797dd29f2.tar.gz ports-b0d24051f743cf3d9d7156ee9faa5dd797dd29f2.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 5770ae0d75fa..2718773ea41a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -165,11 +165,4 @@ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/ -pre-test-PROXY-off: - @${ECHO_MSG} "******************************************" - @${ECHO_MSG} "* You have disabled curl proxy support. *" - @${ECHO_MSG} "* Some tests SHALL FAIL! *" - @${ECHO_MSG} "* This is being addressed. *" - @${ECHO_MSG} "******************************************" - .include <bsd.port.post.mk> |