git: a034f5a92eaa - main - sysutils/copytape: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:19:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a034f5a92eaada24502736e67f22a69556da3938 commit a034f5a92eaada24502736e67f22a69556da3938 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 15:58:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:18:49 +0000 sysutils/copytape: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/copytape/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index 7449976be89e..ede11c03c22a 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -1,5 +1,6 @@ PORTNAME= copytape PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= COMP_SOURCES/unix/volume10 DISTNAME= copytape @@ -22,12 +23,12 @@ MAKE_ARGS+= CC="${CC} ${CFLAGS}" ALL_TARGET= copytape PLIST_FILES= bin/copytape \ - man/man1/copytape.1.gz \ - man/man5/copytape.5.gz + share/man/man1/copytape.1.gz \ + share/man/man5/copytape.5.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/copytape ${STAGEDIR}${PREFIX}/bin/copytape - ${INSTALL_MAN} ${WRKSRC}/copytape.1 ${STAGEDIR}${PREFIX}/man/man1/copytape.1 - ${INSTALL_MAN} ${WRKSRC}/copytape.5 ${STAGEDIR}${PREFIX}/man/man5/copytape.5 + ${INSTALL_MAN} ${WRKSRC}/copytape.1 ${STAGEDIR}${PREFIX}/share/man/man1/copytape.1 + ${INSTALL_MAN} ${WRKSRC}/copytape.5 ${STAGEDIR}${PREFIX}/share/man/man5/copytape.5 .include <bsd.port.mk>