git: cd310c0054c8 - main - misc/shc: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:51:53 UTC
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>