git: 47c0153998dc - main - sysutils/rsyncrypto: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:05:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=47c0153998dcbf6c495655f7ffd23cdf2720342d commit 47c0153998dcbf6c495655f7ffd23cdf2720342d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:45:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:52 +0000 sysutils/rsyncrypto: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/rsyncrypto/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile index b750de21f868..ad8639383eca 100644 --- a/sysutils/rsyncrypto/Makefile +++ b/sysutils/rsyncrypto/Makefile @@ -1,6 +1,6 @@ PORTNAME= rsyncrypto PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= SF @@ -15,11 +15,12 @@ RUN_DEPENDS= rsync:net/rsync USES= compiler:c++11-lang gmake localbase ssl tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/rsyncrypto \ bin/rsyncrypto_recover \ - man/man1/rsyncrypto.1.gz \ - man/man1/rsyncrypto_recover.1.gz + share/man/man1/rsyncrypto.1.gz \ + share/man/man1/rsyncrypto_recover.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS