Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 22:15:10 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dae64e98113a - main - security/mhash: Moved man to share/man
Message-ID:  <202401282215.40SMFAGe051689@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dae64e98113a482e663c56bdf8692a6ca63b4e2a

commit dae64e98113a482e663c56bdf8692a6ca63b4e2a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 21:05:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 22:14:29 +0000

    security/mhash: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/mhash/Makefile  | 3 ++-
 security/mhash/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index a7fd964a37bd..d84ecc07c2da 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mhash
 PORTVERSION=	0.9.9.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-static --with-gnu-ld
 TEST_TARGET=	check
 
diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist
index cbf3ad9dae9f..8291fcdeeaf0 100644
--- a/security/mhash/pkg-plist
+++ b/security/mhash/pkg-plist
@@ -9,4 +9,4 @@ lib/libmhash.a
 lib/libmhash.so
 lib/libmhash.so.2
 lib/libmhash.so.2.0.1
-man/man3/mhash.3.gz
+share/man/man3/mhash.3.gz



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