Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:31 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a247e1dcd88b - main - security/rifiuti2: Move man pages to share/man
Message-ID:  <202403212023.42LKNVOd063234@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403212023.42LKNVOd063234>