git: eae090ec86b7 - main - sysutils/lsyncd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:02:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=eae090ec86b758967c5757524010c2571a660a1f commit eae090ec86b758967c5757524010c2571a660a1f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:51:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:01:48 +0000 sysutils/lsyncd: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/lsyncd/Makefile | 3 ++- sysutils/lsyncd/files/patch-CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/lsyncd/Makefile b/sysutils/lsyncd/Makefile index 02275aa34e68..c9f9d8287566 100644 --- a/sysutils/lsyncd/Makefile +++ b/sysutils/lsyncd/Makefile @@ -1,6 +1,7 @@ PORTNAME= lsyncd DISTVERSIONPREFIX= release- DISTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= junichi@junichi.org @@ -19,7 +20,7 @@ USE_RC_SUBR= lsyncd CFLAGS+= -D__BSD_VISIBLE # for DT_{UNKNOWN,DIR} PLIST_FILES= sbin/lsyncd \ - man/man1/lsyncd.1.gz \ + share/man/man1/lsyncd.1.gz \ "@sample etc/lsyncd.conf.sample" post-patch: diff --git a/sysutils/lsyncd/files/patch-CMakeLists.txt b/sysutils/lsyncd/files/patch-CMakeLists.txt index 09d3601a1c2d..c190a3b66345 100644 --- a/sysutils/lsyncd/files/patch-CMakeLists.txt +++ b/sysutils/lsyncd/files/patch-CMakeLists.txt @@ -10,5 +10,5 @@ -install( TARGETS lsyncd RUNTIME DESTINATION bin ) -install( FILES doc/manpage/lsyncd.1 DESTINATION man ) +install( TARGETS lsyncd RUNTIME DESTINATION sbin ) -+install( FILES doc/manpage/lsyncd.1 DESTINATION man/man1 ) ++install( FILES doc/manpage/lsyncd.1 DESTINATION share/man/man1 )