git: a32a15b535a6 - main - net/openrsync: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 21:41:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a32a15b535a677d8db98abd3ab3d39ae841392b3 commit a32a15b535a677d8db98abd3ab3d39ae841392b3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 21:05:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:42 +0000 net/openrsync: Moved man to share/man Approved by: portmgr (blanket) --- net/openrsync/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/openrsync/Makefile b/net/openrsync/Makefile index c449b1a596b2..13dfb3987f30 100644 --- a/net/openrsync/Makefile +++ b/net/openrsync/Makefile @@ -1,5 +1,6 @@ PORTNAME= openrsync PORTVERSION= 0.0.20200401 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= beyert@cs.ucr.edu @@ -14,9 +15,10 @@ GH_ACCOUNT= kristapsdz GH_TAGNAME= 8b61216 HAS_CONFIGURE= yes +CONFIGURE_ARGS= MANDIR=${PREFIX}/share/man -PLIST_FILES= bin/openrsync man/man1/openrsync.1.gz man/man5/openrsync.5.gz \ - man/man5/openrsyncd.5.gz +PLIST_FILES= bin/openrsync share/man/man1/openrsync.1.gz share/man/man5/openrsync.5.gz \ + share/man/man5/openrsyncd.5.gz pre-build: .for SUFFIX in rsync.5 rsyncd.5