git: 553ed69ab404 - main - sysutils/timelimit: Use INSTALL_MAN instead of INSTALL_DATA for manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=553ed69ab40439932ee5dd84959a9cc3e06dd634 commit 553ed69ab40439932ee5dd84959a9cc3e06dd634 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:56:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:04:46 +0000 sysutils/timelimit: Use INSTALL_MAN instead of INSTALL_DATA for manpage - Bump PORTREVISION for package change --- sysutils/timelimit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index ecc1becd7494..92ed48005c84 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -1,5 +1,6 @@ PORTNAME= timelimit PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \ LOCAL/sunpoet @@ -18,6 +19,6 @@ CONFLICTS_INSTALL= netpipes # bin/timelimit do-install: ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include <bsd.port.mk>