mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Use setup.py instead of PYSETUP
This commit is contained in:
parent
97ae7d6f0b
commit
625cd02650
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363083
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PORTEXAMPLES= light.theme sample-config sample.theme
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP}
|
@${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/setup.py
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${STAGEDIR}${PREFIX}/man/man1/
|
${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||||
|
|
Loading…
Add table
Reference in a new issue