git: 2f1cca607c1f - main - misc/xdelta3: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:44:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f1cca607c1f502d7ff8bd204ef33a45f52107b6 commit 2f1cca607c1f502d7ff8bd204ef33a45f52107b6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:43:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:43:24 +0000 misc/xdelta3: Moved man to share/man Approved by: portmgr (blanket) --- misc/xdelta3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index a89718a165e7..f7ab3e118d25 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdelta PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES?= misc devel @@ -14,12 +14,13 @@ LICENSE= GPLv2+ USES= autoreconf compiler:c++11-lang gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= jmacd WRKSRC_SUBDIR= xdelta3 -PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz +PLIST_FILES= bin/xdelta3 share/man/man1/xdelta3.1.gz post-patch: @${REINPLACE_CMD} -e \