aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-09 14:58:57 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-09 14:58:57 +0800
commitef414cba8681919105f3528d45cecd7c4ef25003 (patch)
treef3a59a2f7f5296cb00f897adc3a5e1dbd4fd4c15 /archivers
parent82fcda313ae54050ad0d168f159d5f76602b1c24 (diff)
downloadfreebsd-ports-gnome-ef414cba8681919105f3528d45cecd7c4ef25003.tar.gz
freebsd-ports-gnome-ef414cba8681919105f3528d45cecd7c4ef25003.tar.zst
freebsd-ports-gnome-ef414cba8681919105f3528d45cecd7c4ef25003.zip
Add TEST_TARGET and USE_LDCONFIG
- Bump PORTREVISION for package change PR: 220522 Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile3
1 files changed, 3 insertions, 0 deletions
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}