git: 4ab89481ca73 - main - sysutils/reoback: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 15:40:39 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ab89481ca73804d5b7fc8ef3d82944a9af8ad12
commit 4ab89481ca73804d5b7fc8ef3d82944a9af8ad12
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-14 14:55:28 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-14 14:55:28 +0000
sysutils/reoback: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/reoback/Makefile | 6 +++---
sysutils/reoback/pkg-plist | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sysutils/reoback/Makefile b/sysutils/reoback/Makefile
index 8b2600107440..47fc091b3dbc 100644
--- a/sysutils/reoback/Makefile
+++ b/sysutils/reoback/Makefile
@@ -1,6 +1,6 @@
PORTNAME= reoback
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Release%203
EXTRACT_SUFX= _r3.tar.gz
@@ -27,7 +27,7 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/reoback
${INSTALL_DATA} ${WRKSRC}/conf/settings.conf ${STAGEDIR}${PREFIX}/etc/reoback/settings.conf.dist
${INSTALL_DATA} ${WRKSRC}/conf/files.conf ${STAGEDIR}${PREFIX}/etc/reoback/files.conf.dist
- ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.1.gz ${STAGEDIR}${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.pl.1.gz ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.pl.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>
diff --git a/sysutils/reoback/pkg-plist b/sysutils/reoback/pkg-plist
index a5b415ec2a78..af256ed34c6b 100644
--- a/sysutils/reoback/pkg-plist
+++ b/sysutils/reoback/pkg-plist
@@ -2,5 +2,5 @@ bin/reoback.pl
bin/run_reoback.sh
etc/reoback/files.conf.dist
etc/reoback/settings.conf.dist
-man/man1/reoback.1.gz
-man/man1/reoback.pl.1.gz
+share/man/man1/reoback.1.gz
+share/man/man1/reoback.pl.1.gz