Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:51:53 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: cd310c0054c8 - main - misc/shc: Impelled to share/man
Message-ID:  <202401231451.40NEpr3l083162@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=cd310c0054c808bd4c2cb0b9156ae7a8338420d2

commit cd310c0054c808bd4c2cb0b9156ae7a8338420d2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 14:51:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 14:51:26 +0000

    misc/shc: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/shc/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/shc/Makefile b/misc/shc/Makefile
index 5368c25d7552..f0d93c2280c4 100644
--- a/misc/shc/Makefile
+++ b/misc/shc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	shc
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -12,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:tgz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	neurobin
 
-PLIST_FILES=	bin/shc man/man1/shc.1.gz
+PLIST_FILES=	bin/shc share/man/man1/shc.1.gz
 
 .include <bsd.port.mk>



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