diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-11 08:37:43 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-11 08:37:43 +0000 |
| commit | a5fd095395bd31fcf404e4442aeb719c9011b9d1 (patch) | |
| tree | 5dac3c57e8d9219bb615b55b57434c7e4fcb8cc2 /security/openssl | |
| parent | - Update to 1.1 (diff) | |
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'security/openssl')
| -rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 98e074931c56..91e1dfc5447d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -62,6 +62,7 @@ USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= SUB_FILES= pkg-message +TEST_TARGET= test MAKE_JOBS_UNSAFE= yes @@ -155,9 +156,4 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${STAGEDIR}${DOCSDIR}/ -test: build - cd ${WRKSRC} && ${MAKE} test - -regression-test: test - .include <bsd.port.post.mk> |
