git: 290efed30dd7 - main - archivers/snzip: fix portlint/portclippy warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 06:44:35 UTC
The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=290efed30dd7cf4a247480c524ca92fe9616b8c8 commit 290efed30dd7cf4a247480c524ca92fe9616b8c8 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-12-16 06:42:57 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2021-12-16 06:42:57 +0000 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 82dd803b2232..638b3a0f551f 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 <bsd.port.mk>