aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzo2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzo2/Makefile')
-rw-r--r--archivers/lzo2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index 19b36858076c..c7a17a72fc36 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -8,6 +8,7 @@ DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= mandree@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library
+WWW= https://www.oberhumer.com/opensource/lzo/
LICENSE= GPLv2
@@ -24,7 +25,6 @@ DOCS_INSTALL_TARGET_OFF= install-exec install-pkgincludeHEADERS install-pkgconfi
post-build:
.if !defined(WITHOUT_CHECKS)
@${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)"
- @#: override MALLOC_OPTIONS, else tests take excessively long
cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test SHELL="${SH} -x"
.endif