diff --git a/sysutils/squashfs-tools-ng/Makefile b/sysutils/squashfs-tools-ng/Makefile index 5db9a3dfcae9..640eec8df879 100644 --- a/sysutils/squashfs-tools-ng/Makefile +++ b/sysutils/squashfs-tools-ng/Makefile @@ -1,43 +1,45 @@ PORTNAME= squashfs-tools-ng PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://infraroot.at/pub/squashfs/ MAINTAINER= danfe@FreeBSD.org COMMENT= New set of tools and libraries to work with SquashFS images WWW= https://infraroot.at/projects/squashfs-tools-ng/ LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING.md USES= libtool pkgconfig tar:xz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS LZ4 LZO TOOLS ZSTD OPTIONS_DEFAULT= LZ4 LZO TOOLS ZSTD OPTIONS_SUB= yes TOOLS_DESC= Build the tools, not just the library LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_OFF= --without-lz4 LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LZO_CONFIGURE_ENV= LZO_CFLAGS="-I${LOCALBASE}/include" \ LZO_LIBS="-L${LOCALBASE}/lib -llzo2" LZO_CONFIGURE_OFF= --without-lzo TOOLS_CONFIGURE_OFF= --without-tools ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd ZSTD_CONFIGURE_OFF= --without-zstd post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md \ ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/squashfs-tools-ng/pkg-plist b/sysutils/squashfs-tools-ng/pkg-plist index d5701d374288..71b6a8f951bd 100644 --- a/sysutils/squashfs-tools-ng/pkg-plist +++ b/sysutils/squashfs-tools-ng/pkg-plist @@ -1,44 +1,44 @@ %%TOOLS%%bin/gensquashfs %%TOOLS%%bin/rdsquashfs %%TOOLS%%bin/sqfs2tar %%TOOLS%%bin/sqfsdiff %%TOOLS%%bin/tar2sqfs include/sqfs/block.h include/sqfs/block_processor.h include/sqfs/block_writer.h include/sqfs/compressor.h include/sqfs/data_reader.h include/sqfs/dir.h include/sqfs/dir_reader.h include/sqfs/dir_writer.h include/sqfs/error.h include/sqfs/frag_table.h include/sqfs/id_table.h include/sqfs/inode.h include/sqfs/io.h include/sqfs/meta_reader.h include/sqfs/meta_writer.h include/sqfs/predef.h include/sqfs/super.h include/sqfs/table.h include/sqfs/xattr.h include/sqfs/xattr_reader.h include/sqfs/xattr_writer.h lib/libsquashfs.a lib/libsquashfs.so lib/libsquashfs.so.1 lib/libsquashfs.so.1.4.0 libdata/pkgconfig/libsquashfs1.pc -%%TOOLS%%man/man1/gensquashfs.1.gz -%%TOOLS%%man/man1/rdsquashfs.1.gz -%%TOOLS%%man/man1/sqfs2tar.1.gz -%%TOOLS%%man/man1/sqfsdiff.1.gz -%%TOOLS%%man/man1/tar2sqfs.1.gz +%%TOOLS%%share/man/man1/gensquashfs.1.gz +%%TOOLS%%share/man/man1/rdsquashfs.1.gz +%%TOOLS%%share/man/man1/sqfs2tar.1.gz +%%TOOLS%%share/man/man1/sqfsdiff.1.gz +%%TOOLS%%share/man/man1/tar2sqfs.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/architecture.md %%PORTDOCS%%%%DOCSDIR%%/benchmark.ods %%PORTDOCS%%%%DOCSDIR%%/benchmark.txt %%PORTDOCS%%%%DOCSDIR%%/format.adoc %%PORTDOCS%%%%DOCSDIR%%/mainpage.dox %%PORTDOCS%%%%DOCSDIR%%/parallelism.txt