git: b74ffc7cc6b7 - main - net/44bsd-rdist: move man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 21:12:00 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b74ffc7cc6b78247290c800d2f69150b678670b5 commit b74ffc7cc6b78247290c800d2f69150b678670b5 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-01 20:23:25 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-01 21:11:25 +0000 net/44bsd-rdist: move man page --- net/44bsd-rdist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index 8066661f65c7..be9fc1b65294 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -13,7 +13,7 @@ USES= tar:bzip2 NO_WRKSUBDIR= yes PLIST_FILES= bin/44bsd-rdist \ - man/man1/44bsd-rdist.1.gz + share/man/man1/44bsd-rdist.1.gz CFLAGS= -Wno-deprecated-non-prototype \ -Wno-incompatible-library-redeclaration @@ -23,7 +23,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdist ${STAGEDIR}${PREFIX}/bin/44bsd-rdist - ${INSTALL_MAN} ${WRKSRC}/rdist.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-rdist.1 + ${INSTALL_MAN} ${WRKSRC}/rdist.1 ${STAGEDIR}${PREFIX}/share/man/man1/44bsd-rdist.1 tarup: -cd ${WRKSRC} ; ${RM} *