Date: Tue, 23 Jan 2024 16:00:22 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: dc6e835be79e - main - lang/python310: Impelled to share/man Message-ID: <202401231600.40NG0Mfg000599@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=dc6e835be79ee131754ee6bcde2b1d6099ea25c2 commit dc6e835be79ee131754ee6bcde2b1d6099ea25c2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 15:51:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 15:59:57 +0000 lang/python310: Impelled to share/man Approved by: portmgr (blanket) --- lang/python310/Makefile | 2 ++ lang/python310/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/python310/Makefile b/lang/python310/Makefile index b352e8a2f9d7..c70cde479b31 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -1,5 +1,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -19,6 +20,7 @@ USES= compiler:c11 cpe ncurses pathfix pkgconfig \ PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share python_CMD= ${PREFIX}/bin/python${PYTHON_DISTVERSION:R} SHEBANG_FILES= Lib/*.py Lib/*/*.py Lib/*/*/*.py Lib/*/*/*/*.py SHEBANG_FILES+= Lib/test/ziptestdata/exe_with_z64 \ diff --git a/lang/python310/pkg-plist b/lang/python310/pkg-plist index b6bcd6976cc7..bad4f337ef8e 100644 --- a/lang/python310/pkg-plist +++ b/lang/python310/pkg-plist @@ -7497,4 +7497,4 @@ lib/libpython%%PYTHON_VER%%%%ABI%%.so.1.0-gdb.py %%PYTHON_LIBDIR%%/zoneinfo/_zoneinfo.py libdata/pkgconfig/python-%%PYTHON_VER%%-embed.pc libdata/pkgconfig/python-%%PYTHON_VER%%.pc -man/man1/python%%PYTHON_VER%%.1.gz +share/man/man1/python%%PYTHON_VER%%.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231600.40NG0Mfg000599>