git: 867440753982 - main - net/ctrace: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 17:53:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=867440753982fad4b401ba5c31c9eb039e102993 commit 867440753982fad4b401ba5c31c9eb039e102993 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 17:26:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 17:53:30 +0000 net/ctrace: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/ctrace/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile index cd98011a6504..5671801e5de0 100644 --- a/net/ctrace/Makefile +++ b/net/ctrace/Makefile @@ -1,6 +1,6 @@ PORTNAME= ctrace PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.pratyeka.org/ctrace/download/ @@ -16,10 +16,10 @@ NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= ctrace -PLIST_FILES= sbin/ctrace man/man1/ctrace.1.gz +PLIST_FILES= sbin/ctrace share/man/man1/ctrace.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/ctrace.man ${STAGEDIR}${PREFIX}/man/man1/ctrace.1 + ${INSTALL_MAN} ${WRKSRC}/ctrace.man ${STAGEDIR}${PREFIX}/share/man/man1/ctrace.1 .include <bsd.port.mk>