Date: Fri, 12 Jan 2024 20:21:30 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1dfe8c6e3d8a - main - comms/lrzsz: use ${PREFIX}/share/man Message-ID: <202401122021.40CKLU4r049789@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=1dfe8c6e3d8a394d764d120f746f12da1bf73381 commit 1dfe8c6e3d8a394d764d120f746f12da1bf73381 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-12 20:21:22 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-12 20:21:22 +0000 comms/lrzsz: use ${PREFIX}/share/man --- comms/lrzsz/Makefile | 3 ++- comms/lrzsz/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index c9226677cc43..5413112787be 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,6 +1,6 @@ PORTNAME= lrzsz PORTVERSION= 0.12.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= http://ohse.de/uwe/releases/ @@ -15,6 +15,7 @@ USES= cpe CPE_VENDOR= lrzsz_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share ALL_TARGET= all # vcheck CONFLICTS_INSTALL= lrzip # bin/lrz diff --git a/comms/lrzsz/pkg-plist b/comms/lrzsz/pkg-plist index a134c7e742a1..3780607481f2 100644 --- a/comms/lrzsz/pkg-plist +++ b/comms/lrzsz/pkg-plist @@ -4,5 +4,5 @@ bin/lrz bin/lsb bin/lsx bin/lsz -man/man1/lrz.1.gz -man/man1/lsz.1.gz +share/man/man1/lrz.1.gz +share/man/man1/lsz.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401122021.40CKLU4r049789>