diff options
Diffstat (limited to 'security/libressl/Makefile')
-rw-r--r-- | security/libressl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 956fe3496e75..aa599139c328 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -27,6 +27,7 @@ USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check .include <bsd.port.pre.mk> @@ -34,9 +35,6 @@ INSTALL_TARGET= install-strip CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif -regression-test: build - cd ${WRKSRC} && ${MAKE} check - post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} |