diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 08:19:58 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 08:19:58 +0000 |
commit | c50367a025b70bab7eed0b306170f9e7d21be4fe (patch) | |
tree | 00d9e26eef26700579460055ecb77e70672bb418 | |
parent | 8e8acae52bb0c7513f01c272a354f2a6363fcfb3 (diff) | |
download | ports-c50367a025b70bab7eed0b306170f9e7d21be4fe.tar.gz ports-c50367a025b70bab7eed0b306170f9e7d21be4fe.zip |
x11/xkeywrap: Move man page to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | x11/xkeywrap/Makefile | 6 |
1 files 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} |