From ef414cba8681919105f3528d45cecd7c4ef25003 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 9 Jul 2017 06:58:57 +0000 Subject: Add TEST_TARGET and USE_LDCONFIG - Bump PORTREVISION for package change PR: 220522 Submitted by: Yuri Victorovich --- archivers/zstd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archivers') diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index f44e8327bd6c..e05bc1520b0e 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -4,6 +4,7 @@ PORTNAME= zstd PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" MANDIR="${PREFIX}/man/man1" +TEST_TARGET= test +USE_LDCONFIG= yes USES= gmake PLIST_SUB= PORTVERSION=${PORTVERSION} -- cgit