diff --git a/devel/fstrm/Makefile b/devel/fstrm/Makefile index 7fdb52e9a2a0..c4bf08bbfa6b 100644 --- a/devel/fstrm/Makefile +++ b/devel/fstrm/Makefile @@ -1,30 +1,32 @@ PORTNAME= fstrm DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://dl.farsightsecurity.com/dist/${PORTNAME}/ \ https://dns.company/downloads/${PORTNAME}/ MAINTAINER= freebsd@dns.company COMMENT= Implementation of the Frame Streams data transport protocol in C WWW= https://github.com/farsightsec/fstrm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent USES= gmake libtool pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOXYGEN DOCS DOXYGEN_DESC= Use doxygen for docs DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= html-local PORTDOCS= * .include diff --git a/devel/fstrm/pkg-plist b/devel/fstrm/pkg-plist index 2dd4a6ac69d5..ff5f77e0f8f3 100644 --- a/devel/fstrm/pkg-plist +++ b/devel/fstrm/pkg-plist @@ -1,20 +1,20 @@ bin/fstrm_capture bin/fstrm_dump bin/fstrm_replay include/fstrm.h include/fstrm/control.h include/fstrm/file.h include/fstrm/iothr.h include/fstrm/rdwr.h include/fstrm/reader.h include/fstrm/tcp_writer.h include/fstrm/unix_writer.h include/fstrm/writer.h lib/libfstrm.a lib/libfstrm.so lib/libfstrm.so.0 lib/libfstrm.so.0.1.0 -man/man1/fstrm_capture.1.gz -man/man1/fstrm_dump.1.gz -man/man1/fstrm_replay.1.gz +share/man/man1/fstrm_capture.1.gz +share/man/man1/fstrm_dump.1.gz +share/man/man1/fstrm_replay.1.gz libdata/pkgconfig/libfstrm.pc