Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 15:49:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7a4a4f1ea70 - main - lang/python*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
Message-ID:  <202404131549.43DFnqo7068573@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073

commit c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 15:49:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 15:49:45 +0000

    lang/python*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
---
 lang/python27/Makefile  | 1 -
 lang/python310/Makefile | 1 -
 lang/python311/Makefile | 1 -
 lang/python38/Makefile  | 1 -
 lang/python39/Makefile  | 1 -
 5 files changed, 5 deletions(-)

diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 44c4fa1ed2c1..8aeab6d28008 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -20,7 +20,6 @@ USES=		cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz
 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/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \
 		Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \
diff --git a/lang/python310/Makefile b/lang/python310/Makefile
index 3d684637c4e9..80ec51107fed 100644
--- a/lang/python310/Makefile
+++ b/lang/python310/Makefile
@@ -20,7 +20,6 @@ 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/python311/Makefile b/lang/python311/Makefile
index 1e77380e5ec7..f2b04ef29cc9 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -19,7 +19,6 @@ 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/python38/Makefile b/lang/python38/Makefile
index 1caa4b6866cf..ab962cf9f9b0 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -23,7 +23,6 @@ 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/python39/Makefile b/lang/python39/Makefile
index 99181a741e0f..67c64fbca798 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -20,7 +20,6 @@ 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131549.43DFnqo7068573>