git: e40646dca40d - main - net/routinator: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:05:59 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e40646dca40d56fb17510544d0ec568d7ea72a87
commit e40646dca40d56fb17510544d0ec568d7ea72a87
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:02:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:05:30 +0000
net/routinator: Moved man to share/man
Approved by: portmgr (blanket)
---
net/routinator/Makefile | 4 ++--
net/routinator/pkg-plist | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index ad0ecb070034..70c206b4730c 100644
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -1,7 +1,7 @@
PORTNAME= routinator
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0
DISTFILES+= routinator-ui-build.tar.gz:0
@@ -50,7 +50,7 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator
${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 \
- ${STAGEDIR}${PREFIX}/man/man1/
+ ${STAGEDIR}${PREFIX}/share/man/man1/
@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/routinator
${INSTALL_DATA} ${WRKSRC}/etc/routinator.conf.example \
${STAGEDIR}${PREFIX}/etc/routinator/routinator.conf.example
diff --git a/net/routinator/pkg-plist b/net/routinator/pkg-plist
index 960ba64466ba..8723438b3675 100644
--- a/net/routinator/pkg-plist
+++ b/net/routinator/pkg-plist
@@ -1,3 +1,3 @@
bin/routinator
@sample %%ETCDIR%%/routinator.conf.example %%ETCDIR%%/routinator.conf
-man/man1/routinator.1.gz
+share/man/man1/routinator.1.gz