Date: Sat, 24 Feb 2024 17:03:11 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3b6658ceb1e - main - lang/tauthon: Moved man to share/man Message-ID: <202402241703.41OH3B5r076658@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3b6658ceb1e3faa867fdd910c538e0e0327390f commit d3b6658ceb1e3faa867fdd910c538e0e0327390f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 16:31:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 16:31:44 +0000 lang/tauthon: Moved man to share/man Approved by: portmgr (blanket) --- lang/tauthon/Makefile | 2 ++ lang/tauthon/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile index b4d20fa02fa5..7fc1266de42f 100644 --- a/lang/tauthon/Makefile +++ b/lang/tauthon/Makefile @@ -7,6 +7,7 @@ PORTNAME= tauthon DISTVERSIONPREFIX= v DISTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= lang python MAINTAINER= olce.freebsd.ports@certner.fr @@ -27,6 +28,7 @@ GH_PROJECT= tauthon USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # Piggyback on Python support in shebangfix python_CMD= ${PREFIX}/bin/${NAME_VERSION} # Better be safe than sorry diff --git a/lang/tauthon/pkg-plist b/lang/tauthon/pkg-plist index 3f30597e6ecf..02958db51f30 100644 --- a/lang/tauthon/pkg-plist +++ b/lang/tauthon/pkg-plist @@ -4715,4 +4715,4 @@ lib/tauthon%%VERSION_NOMICRO%%/zipfile.py lib/tauthon%%VERSION_NOMICRO%%/zipfile.pyc lib/tauthon%%VERSION_NOMICRO%%/zipfile.pyo libdata/pkgconfig/tauthon-%%VERSION_NOMICRO%%.pc -man/man1/tauthon%%VERSION_NOMICRO%%.1.gz +share/man/man1/tauthon%%VERSION_NOMICRO%%.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241703.41OH3B5r076658>