diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile index 0848682eccc4..7c78439b5b3a 100644 --- a/security/rifiuti2/Makefile +++ b/security/rifiuti2/Makefile @@ -1,31 +1,33 @@ PORTNAME= rifiuti2 PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/ MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for analyzing Windows recycle bin WWW= https://github.com/abelcheung/rifiuti2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE.md USES= gettext gmake gnome localbase pkgconfig tar:xz USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/rifiuti \ bin/rifiuti-vista \ - man/man1/rifiuti.1.gz \ - man/man1/rifiuti-vista.1.gz \ - share/locale/zh_HK/LC_MESSAGES/rifiuti2.mo + share/locale/zh_HK/LC_MESSAGES/rifiuti2.mo \ + share/man/man1/rifiuti.1.gz \ + share/man/man1/rifiuti-vista.1.gz PORTDOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include