diff --git a/net/fort/Makefile b/net/fort/Makefile index bf734450c396..ed7d500c8d38 100644 --- a/net/fort/Makefile +++ b/net/fort/Makefile @@ -1,41 +1,43 @@ PORTNAME= fort DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= toni@devboks.com COMMENT= FORT Validator is an open source RPKI validator WWW= https://fortproject.net/en/validator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl libjansson.so:devel/jansson \ libxml2.so:textproc/libxml2 RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync USES= autoreconf compiler:c11 pkgconfig ssl USE_GITHUB= yes USE_RC_SUBR= fort GH_ACCOUNT= NICMx GH_PROJECT= FORT-validator GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e "s|/tmp/fort|${ETCDIR}|" \ ${WRKSRC}/examples/config.json @${REINPLACE_CMD} -e "s|/usr/local/ssl|/etc/ssl|" \ ${WRKSRC}/examples/config.json @${REINPLACE_CMD} -e "s|rsync\",|${LOCALBASE}/bin/rsync\",|" \ ${WRKSRC}/examples/config.json @${REINPLACE_CMD} -e "/\"daemon\": false,/d" \ ${WRKSRC}/examples/config.json post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/repository ${STAGEDIR}${ETCDIR}/tal ${INSTALL_DATA} ${WRKSRC}/examples/config.json \ ${STAGEDIR}${ETCDIR}/fort-config.json.sample .include diff --git a/net/fort/pkg-plist b/net/fort/pkg-plist index 59996756b0fa..25119101e11f 100644 --- a/net/fort/pkg-plist +++ b/net/fort/pkg-plist @@ -1,5 +1,5 @@ bin/fort -man/man8/fort.8.gz +share/man/man8/fort.8.gz @dir %%ETCDIR%%/repository @dir %%ETCDIR%%/tal @sample %%ETCDIR%%/fort-config.json.sample