Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 16:00:24 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: 5f86bbfd74a2 - main - lang/python38: Impelled to share/man
Message-ID:  <202401231600.40NG0OWZ000642@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=5f86bbfd74a2f8746b4c6205d7ce5257eab97862

commit 5f86bbfd74a2f8746b4c6205d7ce5257eab97862
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:53:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:58 +0000

    lang/python38: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 lang/python38/Makefile  | 2 ++
 lang/python38/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index f35eaee54a2b..5033ff5bf87f 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	python
 DISTVERSION=	${PYTHON_DISTVERSION}
+PORTREVISION=	1
 CATEGORIES=	lang python
 MASTER_SITES=	PYTHON/ftp/python/${DISTVERSION}
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
@@ -19,6 +20,7 @@ USES=		cpe ncurses pathfix pkgconfig python:${PYTHON_DISTVERSION:R},env readline
 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/python38/pkg-plist b/lang/python38/pkg-plist
index 63cb67f62367..e9eb443cd51d 100644
--- a/lang/python38/pkg-plist
+++ b/lang/python38/pkg-plist
@@ -7255,4 +7255,4 @@ lib/libpython%%PYTHON_VER%%%%ABI%%.so.1.0-gdb.py
 %%PYTHON_LIBDIR%%/zipimport.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.40NG0OWZ000642>