From b74ffc7cc6b78247290c800d2f69150b678670b5 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 1 Mar 2024 12:23:25 -0800 Subject: [PATCH] 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} *