From de6d72b23d57a8e925dd5a8cdde82b86d42534b9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 25 May 2018 08:34:16 +0000 Subject: [PATCH] - Add LICENSE - Switch to new test framework --- devel/umem/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/umem/Makefile b/devel/umem/Makefile index c1ba45e907ac..ff6496a0ae1c 100644 --- a/devel/umem/Makefile +++ b/devel/umem/Makefile @@ -10,17 +10,18 @@ MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Solaris memory allocator +LICENSE= CDDL +LICENSE_FILE= ${WRKSRC}/OPENSOLARIS.LICENSE + USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check # XXX: 1 of 4 tests fail post-patch: @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check - .include