mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/python3: Add python3-embed.pc
- Remove -f from LN - Cosmetic change - Bump PORTREVISION for package change PR: 257362
This commit is contained in:
parent
6e83a38bc9
commit
ee63b76b5c
1 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= python3
|
||||
PORTVERSION= 3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -20,16 +20,15 @@ PLIST_FILES= bin/2to3-3 \
|
|||
bin/pydoc3 \
|
||||
bin/python3 \
|
||||
bin/python3-config \
|
||||
libdata/pkgconfig/python3-embed.pc \
|
||||
libdata/pkgconfig/python3.pc
|
||||
|
||||
do-install:
|
||||
.for file in 2to3- idle pydoc python
|
||||
${LN} -sf ${file}${PYTHON_VER} \
|
||||
${STAGEDIR}${PREFIX}/bin/${file}3
|
||||
${LN} -s ${file}${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${file}3
|
||||
.endfor
|
||||
${LN} -sf python${PYTHON_VER}-config \
|
||||
${STAGEDIR}${PREFIX}/bin/python3-config
|
||||
${LN} -sf python-${PYTHON_VER}.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/python3.pc
|
||||
${LN} -s python${PYTHON_VER}-config ${STAGEDIR}${PREFIX}/bin/python3-config
|
||||
${LN} -s python-${PYTHON_VER}.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/python3.pc
|
||||
${LN} -s python-${PYTHON_VER}-embed.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/python3-embed.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue