Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 13:03:39 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: 6ca988804091 - main - devel/mimir: Move man pages to share/man
Message-ID:  <202403061303.426D3dcK087167@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=6ca9888040912e1c210150ce7cd3f8e0213caa7c

commit 6ca9888040912e1c210150ce7cd3f8e0213caa7c
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 11:16:12 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 13:03:21 +0000

    devel/mimir: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/mimir/Makefile  | 3 ++-
 devel/mimir/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/mimir/Makefile b/devel/mimir/Makefile
index 17fd16260c41..c13e2728e2e5 100644
--- a/devel/mimir/Makefile
+++ b/devel/mimir/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mimir
 PORTVERSION=	2.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/vb/mimir/src/
 
@@ -10,6 +10,7 @@ WWW=		http://www.cs.ru.nl/elan/
 
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/mimir/pkg-plist b/devel/mimir/pkg-plist
index 031a99feaeb9..342e7eed787e 100644
--- a/devel/mimir/pkg-plist
+++ b/devel/mimir/pkg-plist
@@ -19,4 +19,4 @@ lib/libdcg2.a
 lib/libdcg2.so
 lib/libdcg2.so.2
 lib/libdcg2.so.2.0.15
-man/man1/dcg.1.gz
+share/man/man1/dcg.1.gz



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