Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:46:06 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: 792b7df85099 - main - security/srm: Moved man to share/man
Message-ID:  <202402251346.41PDk6dc093052@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=792b7df850991388a856691e5ca661d23241ccf4

commit 792b7df850991388a856691e5ca661d23241ccf4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 13:23:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:23:42 +0000

    security/srm: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/srm/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/srm/Makefile b/security/srm/Makefile
index a02907f5e3da..86f153f3b6eb 100644
--- a/security/srm/Makefile
+++ b/security/srm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	srm
 PORTVERSION=	1.2.15
+PORTREVISION=	1
 CATEGORIES=	security sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION} \
 		SF/${PORTNAME}/old_releases \
@@ -15,8 +16,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 CONFLICTS=	secure_delete
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 TEST_TARGET=	test
 
-PLIST_FILES=	bin/fill_test bin/srm man/man1/srm.1.gz
+PLIST_FILES=	bin/fill_test bin/srm share/man/man1/srm.1.gz
 
 .include <bsd.port.mk>



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