git: c50367a025b7 - main - x11/xkeywrap: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:22:13 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c50367a025b70bab7eed0b306170f9e7d21be4fe commit c50367a025b70bab7eed0b306170f9e7d21be4fe Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:19:58 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:19:58 +0000 x11/xkeywrap: Move man page to share/man Approved by: portmgr (blanket) --- x11/xkeywrap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/xkeywrap/Makefile b/x11/xkeywrap/Makefile index 8b84e1103ff5..300adbebdfaf 100644 --- a/x11/xkeywrap/Makefile +++ b/x11/xkeywrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= xkeywrap PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://ftp.vector.co.jp/18/98/1364/ @@ -16,13 +16,13 @@ CFLAGS+= -Wno-int-conversion -Wno-pointer-sign PORTDOCS= README PORTEXAMPLES= demo.dat xkeywrap_demo.c -PLIST_FILES= bin/xkeywrap man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/xkeywrap share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}