From 290efed30dd7cf4a247480c524ca92fe9616b8c8 Mon Sep 17 00:00:00 2001 From: Michael Zhilin Date: Thu, 16 Dec 2021 09:42:57 +0300 Subject: [PATCH] archivers/snzip: fix portlint/portclippy warnings --- archivers/snzip/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/archivers/snzip/Makefile b/archivers/snzip/Makefile index 82dd803b22328..638b3a0f551fc 100644 --- a/archivers/snzip/Makefile +++ b/archivers/snzip/Makefile @@ -1,7 +1,7 @@ PORTNAME= snzip PORTVERSION= 1.0.5 -CATEGORIES= archivers DISTVERSIONPREFIX= v +CATEGORIES= archivers MAINTAINER= mizhka@freebsd.org COMMENT= Compression/decompression tool based on snappy library @@ -11,19 +11,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsnappy.so:archivers/snappy -OPTIONS_DEFINE= DOCS - USES= autoreconf compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= kubo -CONFIGURE_ARGS= --with-snappy=${LOCALBASE} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-snappy=${LOCALBASE} PLIST_FILES= bin/snunzip \ - bin/snzcat \ - bin/snzip + bin/snzcat \ + bin/snzip PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include