Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:36 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: fd8d9696fa91 - main - security/ssdeep: Move man pages to share/man
Message-ID:  <202403212023.42LKNaKw063430@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=fd8d9696fa91093aaad57256a6068d6cb045b56e

commit fd8d9696fa91093aaad57256a6068d6cb045b56e
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 18:50:33 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 20:22:59 +0000

    security/ssdeep: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/ssdeep/Makefile  | 2 ++
 security/ssdeep/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile
index 856c9fd62f64..fcb66909b6e1 100644
--- a/security/ssdeep/Makefile
+++ b/security/ssdeep/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ssdeep
 PORTVERSION=	2.14.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/ssdeep-project/ssdeep/releases/download/release-${PORTVERSION}/
 
@@ -11,6 +12,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gmake libtool
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
diff --git a/security/ssdeep/pkg-plist b/security/ssdeep/pkg-plist
index 6896be1e06b2..ea72affd64df 100644
--- a/security/ssdeep/pkg-plist
+++ b/security/ssdeep/pkg-plist
@@ -5,4 +5,4 @@ lib/libfuzzy.a
 lib/libfuzzy.so
 lib/libfuzzy.so.2
 lib/libfuzzy.so.2.1.0
-man/man1/ssdeep.1.gz
+share/man/man1/ssdeep.1.gz



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