git: a247e1dcd88b - main - security/rifiuti2: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 20:23:31 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a247e1dcd88bf4532510c43c1cb0d908cb9987af commit a247e1dcd88bf4532510c43c1cb0d908cb9987af Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 18:28:16 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 20:22:58 +0000 security/rifiuti2: Move man pages to share/man Approved by: portmgr (blanket) --- security/rifiuti2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile index 0848682eccc4..7c78439b5b3a 100644 --- a/security/rifiuti2/Makefile +++ b/security/rifiuti2/Makefile @@ -1,5 +1,6 @@ PORTNAME= rifiuti2 PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/ @@ -14,12 +15,13 @@ 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