Skip to content

Commit

Permalink
archivers/snzip: fix portlint/portclippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mizhka committed Dec 16, 2021
1 parent 40b9a1e commit 290efed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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
Expand All @@ -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>

0 comments on commit 290efed

Please sign in to comment.