From a65b0a4e0e27490444956f0b92bbd60e4908fb27 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Fri, 22 Mar 2024 09:45:38 +0000 Subject: [PATCH] sysutils/gather: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/gather/Makefile | 3 ++- sysutils/gather/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/gather/Makefile b/sysutils/gather/Makefile index c7914ccfca69..527fbe4ded7e 100644 --- a/sysutils/gather/Makefile +++ b/sysutils/gather/Makefile @@ -1,5 +1,6 @@ PORTNAME= gather PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org @@ -24,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gather ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gather.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gather.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gather ${INSTALL_DATA} ${WRKSRC}/gather.cfg \ ${STAGEDIR}${PREFIX}/etc/gather/gather.cfg.sample diff --git a/sysutils/gather/pkg-plist b/sysutils/gather/pkg-plist index f1c4fdfdcd59..04bca879e671 100644 --- a/sysutils/gather/pkg-plist +++ b/sysutils/gather/pkg-plist @@ -1,8 +1,8 @@ bin/gather -man/man1/gather.1.gz %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gather.map.freebsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gather.map.linux +share/man/man1/gather.1.gz @sample etc/gather/gather.cfg.sample @sample etc/gather/gather.map.sample