git: d550e9f765b3 - main - textproc/sd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d550e9f765b36ef74971286ae6e3e8059152defd commit d550e9f765b36ef74971286ae6e3e8059152defd Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 21:51:03 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 22:05:28 +0000 textproc/sd: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/sd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index 4bc45e4acc44..f32f032f4daa 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org @@ -17,8 +17,8 @@ GH_ACCOUNT= chmln PLIST_FILES= bin/sd \ etc/bash_completion.d/sd.bash \ - man/man1/sd.1.gz \ share/fish/completions/sd.fish \ + share/man/man1/sd.1.gz \ share/zsh/site-functions/_sd PORTDOCS= README.md @@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sd ${INSTALL_MAN} ${WRKSRC}/gen/sd.1 \ - ${STAGEDIR}${PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/gen/completions/sd.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d