diff --git a/textproc/libfyaml/Makefile b/textproc/libfyaml/Makefile index b19363789173..ff9eedfaa47f 100644 --- a/textproc/libfyaml/Makefile +++ b/textproc/libfyaml/Makefile @@ -1,30 +1,32 @@ PORTNAME= libfyaml DISTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/pantoniou/libfyaml/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= YAML parser and emitter WWW= https://github.com/pantoniou/libfyaml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= git:devel/git \ bash:shells/bash USES= gmake libtool shebangfix # will change to cmake soon USE_LDCONFIG= yes SHEBANG_FILES= test/testemitter.test GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= check # one test fails, see https://github.com/pantoniou/libfyaml/issues/103 post-patch: @${GREP} -rl "#include " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -E "s|#include |#include |" .include diff --git a/textproc/libfyaml/pkg-plist b/textproc/libfyaml/pkg-plist index de314fc14575..8038e8c5a9d0 100644 --- a/textproc/libfyaml/pkg-plist +++ b/textproc/libfyaml/pkg-plist @@ -1,20 +1,20 @@ bin/fy-compose bin/fy-dump bin/fy-filter bin/fy-join bin/fy-testsuite bin/fy-tool bin/fy-ypath include/libfyaml.h lib/libfyaml.a lib/libfyaml.so lib/libfyaml.so.0 lib/libfyaml.so.0.0.0 libdata/pkgconfig/libfyaml.pc -man/man1/fy-compose.1.gz -man/man1/fy-dump.1.gz -man/man1/fy-filter.1.gz -man/man1/fy-join.1.gz -man/man1/fy-testsuite.1.gz -man/man1/fy-tool.1.gz -man/man1/fy-ypath.1.gz +share/man/man1/fy-compose.1.gz +share/man/man1/fy-dump.1.gz +share/man/man1/fy-filter.1.gz +share/man/man1/fy-join.1.gz +share/man/man1/fy-testsuite.1.gz +share/man/man1/fy-tool.1.gz +share/man/man1/fy-ypath.1.gz